guiCheckBoxSetChecked (Function) |
Top Previous Next |
This function sets the state of the check box. Calling this function does not trigger the check box changed event.
Input: check_box : SYSHANDLE A handle to the check box to change the state for.
checked : BOOL The wanted state of this check box.
Returns: INT
Declaration: FUNCTION guiCheckBoxSetChecked : INT;
Example: INCLUDE rtcu.inc |