Messenger Plus! Live - Scripting Documentation

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:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, Button_SetCheckState.