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