|
PlusWnd::Button_IsChecked
The PlusWnd::Button_IsChecked function returns the check
state of a CheckBoxControl or a
RadioControl.
Syntax
[boolean] Button_IsChecked(
[string] ControlId
);
Parameters
- ControlId
- [string] Unique identifier of the control.
Return Value
A boolean value that's true is the
button is checked and false if it's
unchecked
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_SetCheckState.
|