XLL+ Class Library

CXlDialog::EndDialog

Closes the dialog

[C++]
void EndDialog(
   BOOL bResult
);

Parameters

bResult

The result code which will be returned by Show().

Remarks

This function can be called from event handlers in order to close the dialog.

If called from any other place, it has no effect.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods