WinXButton_SetCheck


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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

For radio buttons, this function doesn't automatically uncheck the currently checked button first. You will have to do this manually

Examples

WinXButton_SetCheck (hRB, $$TRUE)

Related Links

WinXButton_GetCheck