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 up event. Overriden to perform click-select if it can be performed. |
 | OnTouchDown | Overridden. Processes the touch down event. Overriden to perform click-select, if it can be performed. |
 | OnTouchUp | Overridden. Processes the touch up 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