CreateAction Properties

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubpropertyCanBumpScroll

Gets the mouse action and verifies whether it can cause the diagram to scroll.(Inherited from MouseAction.)

System_CAPS_pubpropertyCurrentDiagramArgs

Gets the event arguments for the current diagram in which the mouse action occurred.(Inherited from MouseAction.)

System_CAPS_pubpropertyCurrentMouseActionEvent

Gets the current event for the mouse action.(Inherited from MouseAction.)

System_CAPS_pubpropertyCurrentMouseActionState

Gets the current state for the mouse action.(Inherited from MouseAction.)

System_CAPS_pubpropertyCurrentPoint

Gets or sets the mouse position for the current mouse action.(Inherited from MouseAction.)

System_CAPS_protpropertyDeferredFocusableItem

(Inherited from SelectAction.)

System_CAPS_protpropertyDeferredSelectableItem

(Inherited from SelectAction.)

System_CAPS_protpropertyDiagram

Gets the diagram to which the mouse action is assigned.(Inherited from MouseAction.)

System_CAPS_pubpropertyHasTooltip

Gets the mouse action and verifies whether it can have a tooltip.(Inherited from MouseAction.)

System_CAPS_pubpropertyIsActive

Gets the mouse action and verifies whether it is active.(Inherited from MouseAction.)

System_CAPS_pubpropertyMouseDownHitShape

Gets shape over which the mouse action occurred.(Inherited from MouseAction.)

System_CAPS_pubpropertyMouseDownPoint

Gets the position of the most recent mouse-down event.(Inherited from MouseAction.)

System_CAPS_pubpropertyPreviousPoint

Gets or sets the position of the previous mouse-down event.(Inherited from MouseAction.)

System_CAPS_pubpropertyResetToolboxOnDragDrop

Override ResetToolboxOnDragDrop to keep the same toolbox selection if this is in sticky mode.(Overrides MouseAction::ResetToolboxOnDragDrop.)

System_CAPS_pubpropertyStickyMode

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.

Return to top
Show: