Version

ITool Interface Members

The following tables list the members exposed by ITool.

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