The DefaultCursorAction type exposes the following members.

Constructors

  NameDescription
DefaultCursorAction

Methods

  NameDescription
Discharge
Disassociates the cursor action from the cursor.
(Inherited from CursorAction.)
Execute
Executes the cursor action. This is typically called when the mouse is released after a click or press-and-drag action.
(Inherited from CursorAction.)
ExecuteCore
Executes the cursor action.
(Overrides CursorAction..::.ExecuteCore(DiagramSurface, MouseButtonEventArgs).)

Properties

  NameDescription
CursorActionType
Gets the type of operation performed by this CursorAction.
(Overrides CursorAction..::.CursorActionType.)

See Also