XLL+ Class Library

CXlControlCheckBox::GetChecked

Returns the checked state of the control

[C++]
BOOL GetChecked() const;

Remarks

Returns the checked state of the control. This will be TRUE if the check-box is checked, FALSE if it is not.

Requirements

Header: xldialog.h

See Also

CXlControlCheckBox Class | CXlControlCheckBox Methods