XLL+ Class Library (7.0)

CXlDialog::Show

Displays the dialog

BOOL Show( );

Remarks

This function is used to display a dialog. It returns TRUE if the user pressed OK and FALSE if the user cancelled.

During the lifetime of the function, the overrideable event handlers OnTrigger(), OnOK(), OnOption(), OnCheckBox() and OnListBox() may be invoked.

The function EndDialog() may be called from any overrideable function to close the dialog and to set the return value of Show().

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods