ConnectionTool
Class
The tool used to create a new connection.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class ConnectionTool : PrimaryMouseToolBase, ITool, IMouseListener, IKeyboardListener
Inheritance: objectToolBasePrimaryMouseToolBaseConnectionTool
Implements:
Inherited Members
Constructors
Initializes a new instance of the ConnectionTool class.
C#
public ConnectionTool()
Fields
Properties
The connection being manipulated (created).
C#
protected IConnection ActiveConnection { get; set; }
Methods
Handles the mouse-down event.
C#
public override bool MouseDown(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Overrides:
Handles the mouse-move event.
C#
public override bool MouseMove(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Overrides:
Handles the mouse-up event.
C#
public override bool MouseUp(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Overrides: