Version 24.2 (latest)

Tool Class Methods

For a list of all members of this type, see Tool members.

Public Methods
 NameDescription
Public MethodCanStartOverloaded. Determines whether this tool can start.  
Public MethodKeyDownCalled when a key is down.  
Public MethodKeyUpCalled when a key is up.  
Public MethodMouseLeftButtonDownCalled when this tool is started and the left mouse button is down.  
Public MethodMouseLeftButtonUpCalled when this tool is started and the left mouse button is up.  
Public MethodMouseMoveCalled when this tool is started and the mouse is moved.  
Public MethodOnMouseLeftButtonDoubleClickCalled when this tool is started and the left mouse button is double clicked.  
Public MethodStartCalled when this tool starts.  
Public MethodStopCalled when this tool stops.  
Public MethodStopToolStops the tool.  
See Also