CreateAction Properties
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CanBumpScroll | Gets the mouse action and verifies whether it can cause the diagram to scroll.(Inherited from MouseAction.) |
![]() | CurrentDiagramArgs | Gets the event arguments for the current diagram in which the mouse action occurred.(Inherited from MouseAction.) |
![]() | CurrentMouseActionEvent | Gets the current event for the mouse action.(Inherited from MouseAction.) |
![]() | CurrentMouseActionState | Gets the current state for the mouse action.(Inherited from MouseAction.) |
![]() | CurrentPoint | Gets or sets the mouse position for the current mouse action.(Inherited from MouseAction.) |
![]() | DeferredFocusableItem | (Inherited from SelectAction.) |
![]() | DeferredSelectableItem | (Inherited from SelectAction.) |
![]() | Diagram | Gets the diagram to which the mouse action is assigned.(Inherited from MouseAction.) |
![]() | HasTooltip | Gets the mouse action and verifies whether it can have a tooltip.(Inherited from MouseAction.) |
![]() | IsActive | Gets the mouse action and verifies whether it is active.(Inherited from MouseAction.) |
![]() | MouseDownHitShape | Gets shape over which the mouse action occurred.(Inherited from MouseAction.) |
![]() | MouseDownPoint | Gets the position of the most recent mouse-down event.(Inherited from MouseAction.) |
![]() | PreviousPoint | Gets or sets the position of the previous mouse-down event.(Inherited from MouseAction.) |
![]() | ResetToolboxOnDragDrop | Override ResetToolboxOnDragDrop to keep the same toolbox selection if this is in sticky mode.(Overrides MouseAction::ResetToolboxOnDragDrop.) |
![]() | StickyMode | Whether this action is in sticky mode or not. If in sticky mode, after creating one element, the action will not be deactivated, so the user can keep creating more elements of the same type without selecting the item from toolbox again. |

