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
C#
public enum ObjectCreationMenuContext

Members

Toolbar0 An object was created by means of a toolbar button, including DragOut toolbar buttons
ContextMenu1 An object was created by means of a context menu action
QuickCreateMenu2 An object was created by means of a quick-create menu
ShortCut3 An object was created by means of a short-cut action (e.g. CTRl+SHIFT+LMB)

See Also