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