WinXButton_SetCheck (hButton, checked)
Sets the check state of a check or radio button
Parameter | Description |
---|---|
hButton | The handle to the check or radio button to check or uncheck |
checked | $$TRUE to check the button, $$FALSE to uncheck it |
$$TRUE on success or $$FALSE on fail
For radio buttons, this function doesn't automatically uncheck the currently checked button first. You will have to do this manually
WinXButton_SetCheck (hRB, $$TRUE) |