MouseAction 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_pubpropertySystem_CAPS_staticActionCanceledState

Gets the canceled state for the mouse action.

System_CAPS_pubpropertySystem_CAPS_staticActionCompletedState

Gets the completed state for the mouse action.

System_CAPS_pubpropertyCanBumpScroll

Gets the mouse action and verifies whether it can cause the diagram to scroll.

System_CAPS_pubpropertySystem_CAPS_staticClickedState

Gets the clicked state for the mouse action.

System_CAPS_pubpropertyCurrentDiagramArgs

Gets the event arguments for the current diagram in which the mouse action occurred.

System_CAPS_pubpropertyCurrentMouseActionEvent

Gets the current event for the mouse action.

System_CAPS_pubpropertyCurrentMouseActionState

Gets the current state for the mouse action.

System_CAPS_pubpropertyCurrentPoint

Gets or sets the mouse position for the current mouse action.

System_CAPS_protpropertyDiagram

Gets the diagram to which the mouse action is assigned.

System_CAPS_pubpropertySystem_CAPS_staticDragCanceledState

Gets the drag cancellation state for the mouse action.

System_CAPS_pubpropertySystem_CAPS_staticDragCompletedState

Gets the drag completion state for the mouse action.

System_CAPS_pubpropertySystem_CAPS_staticDraggingState

Gets the drag state of the mouse action.

System_CAPS_pubpropertySystem_CAPS_staticDragPendingState

Gets the pending drag state for the mouse action.

System_CAPS_pubpropertyHasTooltip

Gets the mouse action and verifies whether it can have a tooltip.

System_CAPS_pubpropertySystem_CAPS_staticHoveringState

Gets the hovering state for the mouse action.

System_CAPS_pubpropertySystem_CAPS_staticInactiveState

Gets the inactive state for the mouse action.

System_CAPS_pubpropertyIsActive

Gets the mouse action and verifies whether it is active.

System_CAPS_pubpropertyMouseDownHitShape

Gets shape over which the mouse action occurred.

System_CAPS_pubpropertyMouseDownPoint

Gets the position of the most recent mouse-down event.

System_CAPS_pubpropertyPreviousPoint

Gets or sets the position of the previous mouse-down event.

System_CAPS_pubpropertyResetToolboxOnDragDrop

Whether to reset toolbox selection after a drag-drop operation triggered by this mouse action. Base implementation always returns true, which means the toolbox selection will be reset after a drag-drop operation triggered by this mouse action.

Return to top
Show: