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