The ToolCursorAction<(Of <(TTool>)>) type exposes the following members.

Constructors

  NameDescription
ToolCursorAction<(Of <(TTool>)>)
Initializes a new instance of the ToolCursorAction<(Of <(TTool>)>) class.

Methods

  NameDescription
Discharge
Disassociates the toolbox item from the cursor.
(Overrides CursorAction..::.Discharge()()().)
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
When overridden in a derived class, executes the cursor action.
(Inherited from CursorAction.)

Properties

  NameDescription
CursorActionType
Gets the type of operation performed by this CursorAction.
(Inherited from CursorAction.)
Tool
Gets the tool associated with the cursor action.

See Also