Version

DefaultTool Class Members

The following tables list the members exposed by DefaultTool.

Public Constructors
 NameDescription
Public ConstructorDefaultTool ConstructorInitializes a new instance of the DefaultTool class.  
Public Properties
 NameDescription
Public PropertyLastInputGets the last input. (Inherited from Infragistics.Tool)
Public PropertyViewGets the view. (Inherited from Infragistics.Tool)
Public Methods
 NameDescription
Public MethodCanStartOverloaded. Determines whether this tool can start. (Inherited from Infragistics.Tool)
Public MethodKeyDownCalled when a key is down. (Inherited from Infragistics.Tool)
Public MethodKeyUpCalled when a key is up. (Inherited from Infragistics.Tool)
Public MethodMouseLeftButtonDownOverridden. Called 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. (Inherited from Infragistics.Tool)
Public MethodMouseMoveOverridden. Called 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. (Inherited from Infragistics.Tool)
Public MethodStartCalled when this tool starts. (Inherited from Infragistics.Tool)
Public MethodStopCalled when this tool stops. (Inherited from Infragistics.Tool)
Public MethodStopToolStops the tool. (Inherited from Infragistics.Tool)
See Also