The following tables list the members exposed by DraggingTool.
Name | Description | |
---|---|---|
DraggingTool Constructor | Initializes a new instance of the DraggingTool class. |
Name | Description | |
---|---|---|
LastInput | Gets the last input. (Inherited from Infragistics.Tool) | |
View | Gets the view. (Inherited from Infragistics.Tool) |
Name | Description | |
---|---|---|
CanStart | Overloaded. Overridden. Determines whether this tool can start. | |
KeyDown | Overridden. Called when a key is down. | |
KeyUp | Called when a key is up. (Inherited from Infragistics.Tool) | |
MouseLeftButtonDown | Called when this tool is started and the left mouse button is down. (Inherited from Infragistics.Tool) | |
MouseLeftButtonUp | Overridden. Called when this tool is started and the left mouse button is up. | |
MouseMove | Overridden. Called when this tool is started and the mouse is moved. | |
OnMouseLeftButtonDoubleClick | Called when this tool is started and the left mouse button is double clicked. (Inherited from Infragistics.Tool) | |
Start | Overridden. Called when this tool starts. | |
Stop | Overridden. Called when this tool stops. | |
StopTool | Stops the tool. (Inherited from Infragistics.Tool) |