Property
UserMenu.Item(Key_id).Enabled = Status
Status = UserMenu.Item(Key_id).Enabled
Makes the user menu function softkeys 1 to 10 (Key_id) enabled/disabled. The softkey label disabled is displayed in grey color and its softkey cannot be pressed.
Parameter |
Status |
Description |
Enabled/disabled for the user menu function softkey |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
Makes the softkey enabled.
Makes the softkey enabled. |
Preset value |
True or -1 |
For information on the variable (Key_id), see UserMenu.Item.Caption.
Dim KeyEna As Boolean
UserMenu.Item(10).Enabled = False
KeyEna = UserMenu.Item(10).Enabled
No equivalent key is available on the front panel.