FrameFilterImpl.HasDialog Method

Returns whether this filter implementation has a configuration dialog.
Syntax:
[C#]
protected bool HasDialog();
Remarks:

This methods should return True, if the current frame filter has a configuration dialog. Thus a calling application can check, whether a frame filter has a built-in configuration dialog.

The default implementation returns false.

See also: FrameFilterImpl, FrameFilterImpl.ShowDialog

<< FrameFilterImpl