ObjectCreationMenuContext Enumeration
Provides information in which context an object a user tries to create an object.
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 ObjectCreationMenuContextMembers
| Toolbar | 0 | An object was created by means of a toolbar button, including DragOut toolbar buttons |
| ContextMenu | 1 | An object was created by means of a context menu action |
| QuickCreateMenu | 2 | An object was created by means of a quick-create menu |
| ShortCut | 3 | An object was created by means of a short-cut action (e.g. CTRl+SHIFT+LMB) |