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
)
Public Function ShowPropertyPages ( _
	propPages As IEDirectShow..::..IEPropertyPages, _
	propType As IEDirectShow..::..IEPropertyPagesType _
) As Boolean
public:
bool ShowPropertyPages(
	IEDirectShow..::..IEPropertyPages propPages, 
	IEDirectShow..::..IEPropertyPagesType propType
)

Parameters

propPages
IEDirectShow..::..IEPropertyPages
specifies the filter
propType
IEDirectShow..::..IEPropertyPagesType
specifies if you want the dialog for the input, output or common filter properties

Return Value

Return False if fails.

See Also