WinXButton_GetCheck


checkState = WinXButton_GetCheck (hButton)

Gets the check state of a check or radio button

Parameter Description
hButton  The handle to the button to get the check state for

Returns

$$TRUE if the button is checked, $FALSE otherwise

Remarks

none

Examples

'find out if a radio button is selected
IF WinXButton_GetCheck (hRadioButton) THEN PRINT "The radio button is selected"

Related Links

WinXButton_SetCheck