FrameFilter.HasDialog Property

Returns whether this frame filter has a built-in dialog that allows the user to modify the filter's parameters.
Syntax:
[C#]
public bool HasDialog;
Limitations:

Read only.

Remarks:

FrameFilter.ShowDialog only works when this method returns True.

See also: FrameFilter, FrameFilter.ShowDialog

<< FrameFilter