Version

TrackbarTool Class Members

The following tables list the members exposed by TrackbarTool.

Public Constructors
 NameDescription
Public ConstructorTrackbarTool ConstructorInitializes a new instance of the TrackbarTool 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. Overridden. Determines whether this tool can start.  
Public MethodKeyDownCalled when a key is down. (Inherited from Infragistics.Tool)
Public MethodKeyUpCalled when a key is up. (Inherited from Infragistics.Tool)
Public MethodMouseLeftButtonDownCalled when this tool is started and the left mouse button is down. (Inherited from Infragistics.Tool)
Public MethodMouseLeftButtonUpOverridden. Called when this tool is started and the left mouse button is up.  
Public MethodMouseMoveCalled when this tool is started and the mouse is moved. (Inherited from Infragistics.Tool)
Public MethodOnMouseLeftButtonDoubleClickCalled when this tool is started and the left mouse button is double clicked. (Inherited from Infragistics.Tool)
Public MethodStartOverridden. Called when this tool starts.  
Public MethodStopOverridden. Called when this tool stops.  
Public MethodStopToolStops the tool. (Inherited from Infragistics.Tool)
See Also