ContextMenuContext Enumeration

Is used as a context indicator when a MDK plugin requests a context menu.

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ContextMenuContext

Members

Other0 Source is unspecified
Global1 The context menu for the global ribbon entry was used (SelectedObjects is null)
Navigator2 The context menu was opened using a right click in the navigator tree
ContentArea3 The context menu was opened using a right click on the content are (Flow, Location editor, ...)
Search4 The context menu was requested for a result set of a search from the navigator search tab
Conflicts5 The context menu was requested for a result set of a search from the navigator conflict search tab

See Also