XLL+ Class Library (7.0)

CXlControlCheckBox::SetChecked

Sets the checked state of the control

void SetChecked(
   BOOL bChecked
);

Parameters

bChecked

TRUE to check the box. FALSE to set it as unchecked.

Remarks

Sets the checked state of the control.

Requirements

Header: xldialog.h

See Also

CXlControlCheckBox Class | CXlControlCheckBox Methods