Version 24.2 (latest)

ResizingTool Class Methods

For a list of all members of this type, see ResizingTool members.

Public Methods
 NameDescription
Public MethodCanStartOverloaded. Overridden. Determines whether this tool can start.  
Public MethodKeyDownOverridden. Called when a key is down.  
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 MethodMouseMoveOverloaded. Overridden. 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 MethodStartOverridden. Called when this tool starts.  
Public MethodStopOverridden. Called when this tool stops.  
Public MethodStopToolStops the tool. (Inherited from Infragistics.Tool)
See Also