The ToolCursorAction<(Of <(TTool>)>) type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ToolCursorAction<(Of <(TTool>)>) |
Initializes a new instance of the ToolCursorAction<(Of <(TTool>)>) class.
|
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | CursorActionType |
Gets the type of operation performed by this CursorAction.
(Inherited from CursorAction.) |
![]() | Tool |
Gets the tool associated with the cursor action.
|