Version

IInteractionTool Interface Members

The following tables list the members exposed by IInteractionTool.

Public Methods
 NameDescription
 MethodCanStartDetermines whether this tool can start.  
 MethodKeyDownCalled when a key is down.  
 MethodMouseDownCalled when this tool is started and a mouse button is pressed.  
 MethodMouseMoveCalled when this tool is started and the mouse is moved.  
 MethodMouseUpCalled when this tool is started and a mouse button is released.  
 MethodMouseWheelCalled when the mouse wheel moves while this tool is started.  
 MethodStartCalled when this tool starts.  
 MethodStopCalled when this tool stops.  
See Also