guiCheckBoxIsChecked (Function) |
Top Previous Next |
This function returns the current state of the check box.
Input: check_box : SYSHANDLE A handle to the check box to get the state of.
Returns: INT
Declaration: FUNCTION guiCheckBoxIsChecked : INT;
Example: INCLUDE rtcu.inc |