XLL+ Class Library (6.3)

CXlControlCheckBox Class

Check-box class supported by CXlDialog.

class CXlControlCheckBox : public CXlControl

Overview

The CXlControlCheckBox class instantiates an check-box field. The text associated with the control can be read and set by calling GetText() and SetText().

The checked state of the field is read and set by calling GetChecked and SetChecked methods.

If the CXlControlCheckBox is set to be a trigger (with the SetTrigger method), then the OnCheckBox() event handler will be called whever the checked state is changed.

Methods of parent class

Requirements

Header: xldialog.h

See Also

CXlControlCheckBox Methods | xldialog.h | CXlDialog object | CXlControl object