FrameFilter.ShowDialog Method

Displays a dialog that lets the user configure the filter.
Syntax:
[C#]
public void ShowDialog();
Remarks:

You should only call this method, if HasDialog returns true.

See also: FrameFilter, FrameFilter.HasDialog

<< FrameFilter