|
SetChecked |
|
Check or uncheck a checkbox control
Prototype:
SetChecked(LONG ControlID, BYTE bChecked)
Arguments:
ControlID |
ID of the control |
bChecked |
Specify True to set the control checked, False to uncheck. |