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
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ContextMenuContextMembers
| Other | 0 | Source is unspecified |
| Global | 1 | The context menu for the global ribbon entry was used (SelectedObjects is null) |
| Navigator | 2 | The context menu was opened using a right click in the navigator tree |
| ContentArea | 3 | The context menu was opened using a right click on the content are (Flow, Location editor, ...) |
| Search | 4 | The context menu was requested for a result set of a search from the navigator search tab |
| Conflicts | 5 | The context menu was requested for a result set of a search from the navigator conflict search tab |