NScheduleClickTool Class Members
In This Topic
The following tables list the members exposed by NScheduleClickTool.
Public Fields
Public Properties
| Name | Description |
| MouseButtonEvent | Gets/Sets the mouse button event on which the tool performs its action. |
Top
Public Methods
| Name | Description |
| OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select, if it can be performed. |
| OnMouseUp | Overridden. Processes the mouse down event. Overriden to perform click select if it can be performed. |
Top
Protected Methods
| Name | Description |
| CanExecute | Determines whether the action of this tool can be executed. |
| Execute | Executes the tool's action. |
Top
See Also