-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.vectorworks.DoubleClickBehaviourEnum
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Enum for the available options of the double click behaviour for the plugin.
:DEFAULT -- The default behaviour for the object type will be used.
:CUSTOM_EVENT -- The VSO_ON_DOUBLE_CLICK event will be thrown.
:PROPERTIES_DIALOG -- Is actually the object info palette that will be shown.
:RESHAPE_MODE -- Go into reshape mode, practical for path shaped objects.
- object The most base type
- CUSTOM_EVENT (1)
- DEFAULT (0)
- PROPERTIES_DIALOG (2)
- RESHAPE_MODE (3)