GenericCoreConnectAction Methods

 

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_pubmethodActivate(DiagramClientView^)

Activates the mouse action.(Inherited from MouseAction.)

System_CAPS_pubmethodCanCancel(DiagramClientView^)

Gets the mouse action and verifies whether it can be canceled.(Inherited from MouseAction.)

System_CAPS_pubmethodCancel(DiagramClientView^)

Cancels the mouse action.(Inherited from MouseAction.)

System_CAPS_pubmethodCanComplete(DiagramClientView^)

Gets the mouse action and verifies whether it can be completed.(Inherited from MouseAction.)

System_CAPS_protmethodCaptureMouse(DiagramClientView^)

Gets the mouse action.(Inherited from MouseAction.)

System_CAPS_pubmethodClick(DiagramPointEventArgs^)

Performs actions for derived classes when the mouse is clicked.(Inherited from MouseAction.)

System_CAPS_pubmethodComplete(DiagramClientView^)

Completes the mouse action.(Inherited from MouseAction.)

System_CAPS_pubmethodContextMenuRequested(DiagramMouseEventArgs^)

Sends a request for the shortcut menu.(Inherited from MouseAction.)

System_CAPS_pubmethodDispose()

Releases all resources used by the MouseAction.(Inherited from MouseAction.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from ConnectAction.)

System_CAPS_pubmethodDoPaintFeedback(DiagramPaintEventArgs^)

Feedbacks usefull information during connect action(Inherited from ConnectAction.)

System_CAPS_pubmethodDoubleClick(DiagramPointEventArgs^)

Performs actions for derived classes when a user double-clicks the mouse.(Inherited from MouseAction.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Finalizes the mouse action but does not dispose it.(Inherited from MouseAction.)

System_CAPS_protmethodGetConnectionTypes(ShapeElement^, ShapeElement^)

Only supports GenericCoreConnectionType(Overrides ConnectAction::GetConnectionTypes(ShapeElement^, ShapeElement^).)

System_CAPS_pubmethodGetCursor(Cursor^, DiagramClientView^, PointD)

Returns the connect action cursor(Inherited from ConnectAction.)

System_CAPS_protmethodGetCursorFromCursorType(ConnectActionCursor)

(Inherited from ConnectAction.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetTooltipText(DiagramItem^)

Gets the tooltip text for an item on the diagram.(Inherited from MouseAction.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGotFocus(DiagramEventArgs^)

Assigns the focus to the mouse action.(Inherited from MouseAction.)

System_CAPS_protmethodInvalidate(DiagramClientView^)

Invalidates the feedback from the mouse action.(Inherited from MouseAction.)

System_CAPS_pubmethodLostFocus(DiagramEventArgs^)

Removes focus from the mouse action.(Inherited from MouseAction.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMouseDown(DiagramMouseEventArgs^)

Performs actions for derived classes when a user clicks the mouse.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseEnter(DiagramPointEventArgs^)

Performs actions for derived classes when the mouse points to a shape in the diagram.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseHover(DiagramPointEventArgs^)

Performs actions for derived classes when the user points to an area or an element in the diagram.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseLeave(LeaveShapeEventArgs^)

Performs actions for derived classes when the mouse no longer points to the shape in the diagram.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseMove(DiagramMouseEventArgs^)

Performs actions for derived classes when the user moves the mouse over the diagram.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseUp(DiagramMouseEventArgs^)

Performs actions for derived classes when the user releases the mouse button.(Inherited from MouseAction.)

System_CAPS_pubmethodMouseWheel(DiagramMouseEventArgs^)

Performs actions for derived classes when the user rotates the mouse wheel.(Inherited from MouseAction.)

System_CAPS_protmethodOnClicked(MouseActionEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnContextMenuRequested(DiagramMouseEventArgs^)

Should cancel connect action on context menu as it throws exceptions otherwise because target and source elements could be null in this case.(Inherited from ConnectAction.)

System_CAPS_protmethodOnDiagramGotFocus(DiagramEventArgs^)

Alerts listeners that the diagram has the focus.(Inherited from MouseAction.)

System_CAPS_protmethodOnDiagramLostFocus(LostFocusEventArgs^)

Cancels the action if the view loses the focus.(Inherited from SelectAction.)

System_CAPS_protmethodOnDiagramScrolled(DiagramEventArgs^)

Called when a Scrolled event has been dispatched to this MouseAction.(Inherited from ConnectAction.)

System_CAPS_protmethodOnDoubleClick(DiagramPointEventArgs^)

Alerts listeners that the user has double-clicked the mouse.(Inherited from MouseAction.)

System_CAPS_protmethodOnDragCanceled(MouseActionEventArgs^)

Alerts listeners that the drag operation has been canceled.(Inherited from MouseAction.)

System_CAPS_protmethodOnDragCompleted(MouseActionEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnDraggingBegun(MouseActionEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnDraggingEnded(MouseActionEventArgs^)

Alerts listeners that the drag operation has ended.(Inherited from MouseAction.)

System_CAPS_protmethodOnDragPendingBegun(MouseActionEventArgs^)

Alerts listeners that the drag operation is pending.(Inherited from MouseAction.)

System_CAPS_protmethodOnDragPendingEnded(MouseActionEventArgs^)

Alerts listeners that the drag operation is no longer pending.(Inherited from MouseAction.)

System_CAPS_protmethodOnHoveringBegun(MouseActionEventArgs^)

Alerts listeners that the mouse is hovering over the diagram.(Inherited from MouseAction.)

System_CAPS_protmethodOnHoveringEnded(MouseActionEventArgs^)

Alerts listeners that the mouse is no longer hovering over the diagram.(Inherited from MouseAction.)

System_CAPS_protmethodOnMouseActionActivated(DiagramEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseActionCanceled(DiagramEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseActionCompleted(DiagramEventArgs^)

Alerts listeners that the mouse action has completed.(Inherited from MouseAction.)

System_CAPS_protmethodOnMouseActionDeactivated(DiagramEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseDown(DiagramMouseEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseEnter(DiagramPointEventArgs^)

Alerts listeners that the mouse has moved over a shape in the diagram.(Inherited from MouseAction.)

System_CAPS_protmethodOnMouseHover(DiagramPointEventArgs^)

Alerts listeners that the mouse is pointing to an area or an element in the diagram.(Inherited from MouseAction.)

System_CAPS_protmethodOnMouseLeave(LeaveShapeEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseMove(DiagramMouseEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseUp(DiagramMouseEventArgs^)

(Inherited from ConnectAction.)

System_CAPS_protmethodOnMouseWheel(DiagramMouseEventArgs^)

Alerts listeners that the user has rotated the mouse wheel.(Inherited from MouseAction.)

System_CAPS_protmethodReleaseMouse(DiagramClientView^)

Alerts listeners that the user has released the mouse button.(Inherited from MouseAction.)

System_CAPS_pubmethodScrolled(DiagramEventArgs^)

Alerts listeners that the user has scrolled the diagram.(Inherited from MouseAction.)

System_CAPS_protmethodSelect(DiagramMouseEventArgs^)

Selects the first selectable diagram item (shape, field, or subfield) under the mouse cursor and sets focus to the first item that can receive focus.(Inherited from SelectAction.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: