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