Class ConnectionTool
The tool used to create a new connection.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ConnectionTool : PrimaryMouseToolBase, ITool, IMouseListener, IKeyboardListener
Constructors
ConnectionTool()
Fields
ToolName
The name of the connection tool.
Declaration
public const string ToolName = "Connection Tool"
Field Value
System.String
|
Properties
ActiveConnection
The connection being manipulated (created).
Declaration
protected IConnection ActiveConnection { get; set; }
Property Value
IConnection
|
Methods
KeyDown(KeyArgs)
Handles the key down event.
Declaration
public override bool KeyDown(KeyArgs key)
Parameters
KeyArgs
key
|
Returns
System.Boolean
|
Overrides
MouseDown(PointerArgs)
Handles the mouse-down event.
Declaration
public override bool MouseDown(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|
Overrides
MouseMove(PointerArgs)
Handles the mouse-move event.
Declaration
public override bool MouseMove(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|
Overrides
MouseUp(PointerArgs)
Handles the mouse-up event.
Declaration
public override bool MouseUp(PointerArgs e)
Parameters
PointerArgs
e
The PointerArgs instance containing the event data. |
Returns
System.Boolean
|