Class TouchCopyControl
Represents a TouchCopyControl control.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class TouchCopyControl : Control
Constructors
TouchCopyControl()
Fields
CopyCommandProperty
Identifies the CopyCommand dependency property.
Declaration
public static readonly DependencyProperty CopyCommandProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CopyCommand
Gets or sets the copy command.
Declaration
public ICommand CopyCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Methods
Hide()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
SetPosition(Point)
Sets the position of the TouchCopyControl.
Declaration
public void SetPosition(Point position)
Parameters
System.Windows.Point
position
|