UNCHECK Mnemonic - Uncheck Object(s)
Syntax
'UNCHECK'(id{,id...})
Description
The 'UNCHECK' mnemonic removes a check next to menu items (the "X" in a check box), deselects a radio button, and toggles a tool button. The CTRL() function 2 (Get Value) function returns the status of the object as checked ($01$) or unchecked ($00$). The 'CHECK' mnemonic places a check next to menu items.
Parameter |
Description |
id |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |