Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

ContextMenu​.UnshelveOthers property

  • Last UpdatedJul 19, 2024
  • 1 minute read

ContextMenu.UnshelveOthers is read-write Boolean property that gets or sets the appearance of the Unshelve Others option on the Alarm Control’s shortcut menu.

Syntax

To Set:

AlarmClient.ContextMenu.UnshelveOthers = boolean_value;

Example

AlarmClient1.ContextMenu.UnshelveOthers = true;

Syntax

To Get:

boolean_variable_name = AlarmClient.ContextMenu.UnshelveOthers;

Example

dim ShlvOthrs as boolean;

ShlvOthrs = AlarmClient1.ContextMenu.UnshelveOthers;

Remarks

For more information, see Configure the runtime shortcut menu.

In This Topic
TitleResults for “How to create a CRG?”Also Available in