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 |
$$TRUE if the button is checked, $FALSE otherwise
none
'find out if a radio button is selected IF WinXButton_GetCheck (hRadioButton) THEN PRINT "The radio button is selected" |