ContextMenu.ShelveOthers property
- Last UpdatedJul 19, 2024
- 1 minute read
ContextMenu.ShelveOthers is a read-write Boolean property that gets or sets the appearance of the Shelve Others option on the Alarm Control’s shortcut menu.
Syntax
To Set:
AlarmClient.ContextMenu.ShelveOthers = boolean_value;
Example
AlarmClient1.ContextMenu.ShelveOthers = true;
Syntax
To Get:
boolean_name = AlarmClient.ContextMenu.ShelveOthers;
Example
dim ShlvOthrs as boolean;
ShlvOthrs = AlarmClient1.ContextMenu.ShelveOthers;
Remarks
For more information, see Configure the runtime shortcut menu.