New to Telerik UI for WinFormsStart a free 30-day trial

The tool used to create a new connection.

Definition

Constructors

Initializes a new instance of the ConnectionTool class.

C#
public ConnectionTool()

Fields

The name of the connection tool.

C#
public const string ToolName = "Connection Tool"

Properties

The connection being manipulated (created).

C#
protected IConnection ActiveConnection { get; set; }

Methods

Handles the key down event.

C#
public override bool KeyDown(KeyArgs key)
Parameters:keyKeyArgsReturns:

bool

Overrides: PrimaryMouseToolBase.KeyDown(KeyArgs)

Handles the mouse-down event.

C#
public override bool MouseDown(PointerArgs e)
Parameters:ePointerArgs

The PointerArgs instance containing the event data.

Returns:

bool

Overrides: PrimaryMouseToolBase.MouseDown(PointerArgs)

Handles the mouse-move event.

C#
public override bool MouseMove(PointerArgs e)
Parameters:ePointerArgs

The PointerArgs instance containing the event data.

Returns:

bool

Overrides: PrimaryMouseToolBase.MouseMove(PointerArgs)

Handles the mouse-up event.

C#
public override bool MouseUp(PointerArgs e)
Parameters:ePointerArgs

The PointerArgs instance containing the event data.

Returns:

bool

Overrides: PrimaryMouseToolBase.MouseUp(PointerArgs)