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