|
PlusWnd::Button_SetCheckState
The PlusWnd::Button_SetCheckState function sets the check
state of a CheckBoxControl or a
RadioControl.
Syntax
Button_SetCheckState(
[string] ControlId,
[boolean] Checked
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- Checked
- [boolean] True is the button
must be checked, false if it must be
unchecked.
Return Value
No value is returned by this function.
This function typically fails for the following reason:
- The PlusWnd object refers to a window that has been
destroyed.
Remarks
None.
Function Information
| Object |
PlusWnd |
| Availability |
Messenger Plus! Live 4.00 |
See Also
PlusWnd Object, Button_IsChecked.
|