SelectAction Methods
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Activate(DiagramClientView^) | Activates the mouse action.(Inherited from MouseAction.) |
![]() | CanCancel(DiagramClientView^) | Gets the mouse action and verifies whether it can be canceled.(Inherited from MouseAction.) |
![]() | Cancel(DiagramClientView^) | Cancels the mouse action.(Inherited from MouseAction.) |
![]() | CanComplete(DiagramClientView^) | Gets the mouse action and verifies whether it can be completed.(Inherited from MouseAction.) |
![]() | CaptureMouse(DiagramClientView^) | Gets the mouse action.(Inherited from MouseAction.) |
![]() | Click(DiagramPointEventArgs^) | Performs actions for derived classes when the mouse is clicked.(Inherited from MouseAction.) |
![]() | Complete(DiagramClientView^) | Completes the mouse action.(Inherited from MouseAction.) |
![]() | ContextMenuRequested(DiagramMouseEventArgs^) | Sends a request for the shortcut menu.(Inherited from MouseAction.) |
![]() | Dispose() | Releases all resources used by the MouseAction.(Inherited from MouseAction.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the MouseAction and optionally releases the managed resources.(Inherited from MouseAction.) |
![]() | DoPaintFeedback(DiagramPaintEventArgs^) | Paints the feedback for the mouse action.(Inherited from MouseAction.) |
![]() | DoubleClick(DiagramPointEventArgs^) | Performs actions for derived classes when a user double-clicks the mouse.(Inherited from MouseAction.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Finalizes the mouse action but does not dispose it.(Inherited from MouseAction.) |
![]() | GetCursor(Cursor^, DiagramClientView^, PointD) | Gets the pointer to display for the mouse.(Inherited from MouseAction.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTooltipText(DiagramItem^) | Gets the tooltip text for an item on the diagram.(Inherited from MouseAction.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GotFocus(DiagramEventArgs^) | Assigns the focus to the mouse action.(Inherited from MouseAction.) |
![]() | Invalidate(DiagramClientView^) | Invalidates the feedback from the mouse action.(Inherited from MouseAction.) |
![]() ![]() | IsDiagramSelectedOnly(SelectedShapesCollection^) | Gets a value indicating whether the diagram is the only selected item in the selection. |
![]() | LostFocus(DiagramEventArgs^) | Removes focus from the mouse action.(Inherited from MouseAction.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MouseDown(DiagramMouseEventArgs^) | Performs actions for derived classes when a user clicks the mouse.(Inherited from MouseAction.) |
![]() | MouseEnter(DiagramPointEventArgs^) | Performs actions for derived classes when the mouse points to a shape in the diagram.(Inherited from MouseAction.) |
![]() | MouseHover(DiagramPointEventArgs^) | Performs actions for derived classes when the user points to an area or an element in the diagram.(Inherited from MouseAction.) |
![]() | MouseLeave(LeaveShapeEventArgs^) | Performs actions for derived classes when the mouse no longer points to the shape in the diagram.(Inherited from MouseAction.) |
![]() | MouseMove(DiagramMouseEventArgs^) | Performs actions for derived classes when the user moves the mouse over the diagram.(Inherited from MouseAction.) |
![]() | MouseUp(DiagramMouseEventArgs^) | Performs actions for derived classes when the user releases the mouse button.(Inherited from MouseAction.) |
![]() | MouseWheel(DiagramMouseEventArgs^) | Performs actions for derived classes when the user rotates the mouse wheel.(Inherited from MouseAction.) |
![]() | OnClicked(MouseActionEventArgs^) | Performs any deferred select action if the deferredSelection member is set.(Overrides MouseAction::OnClicked(MouseActionEventArgs^).) |
![]() | OnContextMenuRequested(DiagramMouseEventArgs^) | Completes the select action first so that the context menu has a valid selection to work with.(Overrides MouseAction::OnContextMenuRequested(DiagramMouseEventArgs^).) |
![]() | OnDiagramGotFocus(DiagramEventArgs^) | Alerts listeners that the diagram has the focus.(Inherited from MouseAction.) |
![]() | OnDiagramLostFocus(LostFocusEventArgs^) | Cancels the action if the view loses the focus.(Overrides MouseAction::OnDiagramLostFocus(LostFocusEventArgs^).) |
![]() | OnDiagramScrolled(DiagramEventArgs^) | Alerts listeners that the user has scrolled the diagram.(Inherited from MouseAction.) |
![]() | OnDoubleClick(DiagramPointEventArgs^) | Alerts listeners that the user has double-clicked the mouse.(Inherited from MouseAction.) |
![]() | OnDragCanceled(MouseActionEventArgs^) | Alerts listeners that the drag operation has been canceled.(Inherited from MouseAction.) |
![]() | OnDragCompleted(MouseActionEventArgs^) | Alerts listeners that the drag operation has been completed.(Inherited from MouseAction.) |
![]() | OnDraggingBegun(MouseActionEventArgs^) | Alerts listeners that the drag operation has begun.(Inherited from MouseAction.) |
![]() | OnDraggingEnded(MouseActionEventArgs^) | Alerts listeners that the drag operation has ended.(Inherited from MouseAction.) |
![]() | OnDragPendingBegun(MouseActionEventArgs^) | Alerts listeners that the drag operation is pending.(Inherited from MouseAction.) |
![]() | OnDragPendingEnded(MouseActionEventArgs^) | Alerts listeners that the drag operation is no longer pending.(Inherited from MouseAction.) |
![]() | OnHoveringBegun(MouseActionEventArgs^) | Alerts listeners that the mouse is hovering over the diagram.(Inherited from MouseAction.) |
![]() | OnHoveringEnded(MouseActionEventArgs^) | Alerts listeners that the mouse is no longer hovering over the diagram.(Inherited from MouseAction.) |
![]() | OnMouseActionActivated(DiagramEventArgs^) | Alerts listeners that the mouse action has begun.(Inherited from MouseAction.) |
![]() | OnMouseActionCanceled(DiagramEventArgs^) | Alters listeners that the mouse action has been canceled.(Inherited from MouseAction.) |
![]() | OnMouseActionCompleted(DiagramEventArgs^) | Alerts listeners that the mouse action has completed.(Inherited from MouseAction.) |
![]() | OnMouseActionDeactivated(DiagramEventArgs^) | Cleans up any member variables, such as the deferredSelection member.(Overrides MouseAction::OnMouseActionDeactivated(DiagramEventArgs^).) |
![]() | OnMouseDown(DiagramMouseEventArgs^) | Selects the shape under the mouse.(Overrides MouseAction::OnMouseDown(DiagramMouseEventArgs^).) |
![]() | OnMouseEnter(DiagramPointEventArgs^) | Alerts listeners that the mouse has moved over a shape in the diagram.(Inherited from MouseAction.) |
![]() | OnMouseHover(DiagramPointEventArgs^) | Alerts listeners that the mouse is pointing to an area or an element in the diagram.(Inherited from MouseAction.) |
![]() | OnMouseLeave(LeaveShapeEventArgs^) | Alerts listeners that the mouse is no longer over the shape in the diagram.(Inherited from MouseAction.) |
![]() | OnMouseMove(DiagramMouseEventArgs^) | Alerts listeners that the mouse has been moved over the diagram.(Inherited from MouseAction.) |
![]() | OnMouseUp(DiagramMouseEventArgs^) | Alerts listeners that the user has released the mouse button.(Inherited from MouseAction.) |
![]() | OnMouseWheel(DiagramMouseEventArgs^) | Alerts listeners that the user has rotated the mouse wheel.(Inherited from MouseAction.) |
![]() | ReleaseMouse(DiagramClientView^) | Alerts listeners that the user has released the mouse button.(Inherited from MouseAction.) |
![]() | Scrolled(DiagramEventArgs^) | Alerts listeners that the user has scrolled the diagram.(Inherited from MouseAction.) |
![]() | Select(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. |
![]() | ToString() | (Inherited from Object.) |


