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