Version

Tool Class Members

The following tables list the members exposed by Tool.

Protected Constructors
 NameDescription
Protected ConstructorTool ConstructorInitializes a new instance of the Tool class.  
Public Properties
 NameDescription
Public PropertyLastInputGets the last input.  
Public PropertyViewGets the view.  
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