Syntax
'ENABLE'(id{,id...})
Description
The 'ENABLE' mnemonic enables one or more controls, menus, or child windows. If id is 0, the current window is enabled. 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. Enabled controls, menus, or child windows are disabled with the 'DISABLE' mnemonic.
| Parameter | Description | 
| id | Control ID number. It must be an integer between 0 and 32767. |