AnchorPointAction Members
Include Protected Members
Include Inherited Members
The AnchorPointAction type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Activates the mouse action. (Inherited from MouseAction.)
Gets the mouse action and verifies whether it can be canceled. (Inherited from MouseAction.)
Cancels the mouse action. (Inherited from MouseAction.)
Gets the mouse action and verifies whether it can be completed. (Inherited from MouseAction.)
Gets the mouse action. (Inherited from MouseAction.)
Performs actions for derived classes when the mouse is clicked. (Inherited from MouseAction.)
Completes the mouse action. (Inherited from MouseAction.)
Sends a request for the shortcut menu. (Inherited from MouseAction.)
Overloaded.
(Overrides MouseAction.DoPaintFeedback(DiagramPaintEventArgs).)
Performs actions for derived classes when a user double-clicks the mouse. (Inherited from MouseAction.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalizes the mouse action but does not dispose it. (Inherited from MouseAction.)
(Overrides MouseAction.GetCursor(Cursor, DiagramClientView, PointD).)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the tooltip text for an item on the diagram. (Inherited from MouseAction.)
Gets the type of the current instance. (Inherited from Object.)
Assigns the focus to the mouse action. (Inherited from MouseAction.)
Invalidates the feedback from the mouse action. (Inherited from MouseAction.)
Removes focus from the mouse action. (Inherited from MouseAction.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Performs actions for derived classes when a user clicks the mouse. (Inherited from MouseAction.)
Performs actions for derived classes when the mouse points to a shape in the diagram. (Inherited from MouseAction.)
Performs actions for derived classes when the user points to an area or an element in the diagram. (Inherited from MouseAction.)
Performs actions for derived classes when the mouse no longer points to the shape in the diagram. (Inherited from MouseAction.)
Performs actions for derived classes when the user moves the mouse over the diagram. (Inherited from MouseAction.)
Performs actions for derived classes when the user releases the mouse button. (Inherited from MouseAction.)
Performs actions for derived classes when the user rotates the mouse wheel. (Inherited from MouseAction.)
(Inherited from SelectAction.)
(Inherited from SelectAction.)
Alerts listeners that the diagram has the focus. (Inherited from MouseAction.)
(Overrides SelectAction.OnDiagramLostFocus(LostFocusEventArgs).)
Alerts listeners that the user has scrolled the diagram. (Inherited from MouseAction.)
Alerts listeners that the user has double-clicked the mouse. (Inherited from MouseAction.)
Alerts listeners that the drag operation has been canceled. (Inherited from MouseAction.)
(Overrides MouseAction.OnDragCompleted(MouseActionEventArgs).)
Alerts listeners that the drag operation has begun. (Inherited from MouseAction.)
Alerts listeners that the drag operation has ended. (Inherited from MouseAction.)
Alerts listeners that the drag operation is pending. (Inherited from MouseAction.)
Alerts listeners that the drag operation is no longer pending. (Inherited from MouseAction.)
Alerts listeners that the mouse is hovering over the diagram. (Inherited from MouseAction.)
Alerts listeners that the mouse is no longer hovering over the diagram. (Inherited from MouseAction.)
Alerts listeners that the mouse action has begun. (Inherited from MouseAction.)
(Overrides MouseAction.OnMouseActionCanceled(DiagramEventArgs).)
Alerts listeners that the mouse action has completed. (Inherited from MouseAction.)
(Inherited from SelectAction.)
(Overrides SelectAction.OnMouseDown(DiagramMouseEventArgs).)
Alerts listeners that the mouse has moved over a shape in the diagram. (Inherited from MouseAction.)
Alerts listeners that the mouse is pointing to an area or an element in the diagram. (Inherited from MouseAction.)
Alerts listeners that the mouse is no longer over the shape in the diagram. (Inherited from MouseAction.)
(Overrides MouseAction.OnMouseMove(DiagramMouseEventArgs).)
Alerts listeners that the user has released the mouse button. (Inherited from MouseAction.)
Alerts listeners that the user has rotated the mouse wheel. (Inherited from MouseAction.)
Alerts listeners that the user has released the mouse button. (Inherited from MouseAction.)
Alerts listeners that the user has scrolled the diagram. (Inherited from MouseAction.)
(Inherited from SelectAction.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the mouse action and verifies whether it can cause the diagram to scroll. (Inherited from MouseAction.)
Gets the event arguments for the current diagram in which the mouse action occurred. (Inherited from MouseAction.)
Gets the current event for the mouse action. (Inherited from MouseAction.)
Gets the current state for the mouse action. (Inherited from MouseAction.)
Gets or sets the mouse position for the current mouse action. (Inherited from MouseAction.)
(Inherited from SelectAction.)
(Inherited from SelectAction.)
Gets the diagram to which the mouse action is assigned. (Inherited from MouseAction.)
Gets the mouse action and verifies whether it can have a tooltip. (Inherited from MouseAction.)
Gets the mouse action and verifies whether it is active. (Inherited from MouseAction.)
Gets shape over which the mouse action occurred. (Inherited from MouseAction.)
Gets the position of the most recent mouse-down event. (Inherited from MouseAction.)
Gets or sets the position of the previous mouse-down event. (Inherited from MouseAction.)
Top
Events
Name
Description
Occurs when a mouse action starts. (Inherited from MouseAction.)
Occurs when a mouse action ends. (Inherited from MouseAction.)
Top