Shows a dialog for the specified filter of the filter graph.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ShowPropertyPages(
	IEDirectShow..::..IEPropertyPages propPages,
	IEDirectShow..::..IEPropertyPagesType propType,
	bool checkOnly
)
Public Function ShowPropertyPages ( _
	propPages As IEDirectShow..::..IEPropertyPages, _
	propType As IEDirectShow..::..IEPropertyPagesType, _
	checkOnly As Boolean _
) As Boolean
public:
bool ShowPropertyPages(
	IEDirectShow..::..IEPropertyPages propPages, 
	IEDirectShow..::..IEPropertyPagesType propType, 
	bool checkOnly
)

Parameters

propPages
IEDirectShow..::..IEPropertyPages
specifies the filter
propType
IEDirectShow..::..IEPropertyPagesType
specifies if you want the dialog for the input, output or common filter properties
checkOnly
Boolean
If checkOnly is True, the dialog will not be displayed. It is useful to know if the dialog is available (checked the return value).

Return Value

Return False if fails.

See Also