DISABLE Mnemonic - Disable Object(s)
Syntax
'DISABLE'(id{,id...})
Description
The 'DISABLE' mnemonic disables one or more controls, menus, or child windows. If id is 0, the current window is disabled. CTRL() function 8 (Get status) returns the status of the object as a two-byte string, where the second byte is $00$ if enabled and nonzero if disabled.
Parameter |
Description |
id |
Window or control ID in the current context. |