XLL+ Class Library (7.0)

CXlDialog::OnCheckBox

Event handler for check-boxes

virtual void OnCheckBox(
   UINT id,
   BOOL bChecked,
   const CXlControlCheckBox* ctl
);

Parameters

id

ID of the button which was pressed.

bChecked

New checked state of the button which was pressed.

ctl

Pointer to the control which originated the event.

Remarks

This overrideable function is called whenever a check-box (CXlControlCheckBox) is checked or unchecked. Note that it will only be called if the check box has been set to trigger events (see CXlControl::SetTrigger()).

Its default behaviour is to do nothing.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods