TouchCopyControl
Class
Represents a TouchCopyControl control.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class TouchCopyControl : Control
Inheritance: objectTouchCopyControl
Constructors
Initializes a new instance of the TouchCopyControl class.
C#
public TouchCopyControl()
Fields
CopyCommandProperty
DependencyProperty
Identifies the CopyCommand dependency property.
C#
public static readonly DependencyProperty CopyCommandProperty
Properties
Gets or sets the copy command.
C#
public ICommand CopyCommand { get; set; }
Methods
Hides the TouchCopyControl.
C#
public void Hide()
When overridden in a derived class, is invoked whenever application code or internal processes call .
C#
public override void OnApplyTemplate()
Sets the position of the TouchCopyControl.
C#
public void SetPosition(Point position)
Shows the TouchCopyControl.
C#
public void Show()