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