GetButtonExState |
www.progui.co.uk Top Previous Next |
GetButtonExState() Syntax State = GetButtonExState(ID.i) Description Returns the selection state of a previously created ToggleButtonEx, RadioButtonEx or CheckButtonEx. ID.i specifies the handle/ID of the button you want to retrieve the state for. If the button is a ToggleButtonEx or RadioButtonEx and is currently toggled/selected then the state is returned as true or false otherwise. If the button is a CheckButtonEx and is currently "ticked" then the state is returned as true or false otherwise. If the CheckButtonEx is in the "inbetween" state then the state is returned as #BUTTONEX_INBETWEEN.
|