IFrameFilter::hasDialog Method

Checks whether the filter has a dialog box.
Syntax:
virtual bool hasDialog() const;
Return value:

Value Description
true This filter has a property dialog box.
false This filter does not have a property dialog box.

See also: IFrameFilter, IFrameFilter::callDialog

<< IFrameFilter