XLL+ Class Library

CXlControlCancel::GetDefault

Returns whether the button is triggered by the Escape key

[C++]
bool GetDefault() const;

Remarks

Returns the default state of the control. If true, then the button will be deemed to have been pressed whenever the user presses the Escape key.

Requirements

Header: xldialog.h

See Also

CXlControlCancel Class | CXlControlCancel Methods