FilterGraphTools.HasPropertyPages Method

DirectShowLib.Utils

A Managed DirectShow Toolkit

FilterGraphTools.HasPropertyPages Method 

Check if a DirectShow filter can display Property Pages

public static bool HasPropertyPages(
   IBaseFilter filter
);

Parameters

filter
A DirectShow Filter

Return Value

true if the filter has Property Pages, false if not

Remarks

This method is intended to be used with ShowFilterPropertyPage

Exceptions

Exception Type Condition
ArgumentNullException Thrown if filter is null

See Also

FilterGraphTools Class | DirectShowLib.Utils Namespace | ShowFilterPropertyPage