Class
TouchCopyControl

Represents a TouchCopyControl control.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class TouchCopyControl : Control

Inheritance: objectTouchCopyControl

Constructors

TouchCopyControl()

Initializes a new instance of the TouchCopyControl class.

Declaration

cs-api-definition
public TouchCopyControl()

Fields

CopyCommandProperty

Identifies the CopyCommand dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CopyCommandProperty

Field Value

DependencyProperty

Properties

CopyCommand

Gets or sets the copy command.

Declaration

cs-api-definition
public ICommand CopyCommand { get; set; }

Property Value

ICommand

Methods

Hide()

Hides the TouchCopyControl.

Declaration

cs-api-definition
public void Hide()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

SetPosition(Point)

Sets the position of the TouchCopyControl.

Declaration

cs-api-definition
public void SetPosition(Point position)

Parameters

position

Point

Show()

Shows the TouchCopyControl.

Declaration

cs-api-definition
public void Show()