The CursorAction type exposes the following members.

Constructors

  NameDescription
CursorAction

Methods

  NameDescription
Discharge
Disassociates the cursor action from the cursor.
Execute
Executes the cursor action. This is typically called when the mouse is released after a click or press-and-drag action.
ExecuteCore
When overridden in a derived class, executes the cursor action.
GetCurrent
Gets the value of the Current attached property for an object.
SetCurrent
Sets the value of the Current attached property for an object.

Fields

  NameDescription
CurrentProperty
Gets or sets the action associated with the cursor when it is over a DiagramSurface.
Default
Gets the default cursor action (marquee select).

Properties

  NameDescription
CursorActionType
Gets the type of operation performed by this CursorAction.

See Also