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