Class TouchCopyControl
Represents a TouchCopyControl control.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class TouchCopyControl : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
TouchCopyControl()
Fields
CopyCommandProperty
Identifies the Copy
Declaration
public static readonly RadProperty CopyCommandProperty
Field Value
Properties
CopyCommand
Gets or sets the copy command.
Declaration
public ICommand CopyCommand { get; set; }
Property Value
Methods
Hide()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
SetPosition(Point)
Sets the position of the Touch
Declaration
public void SetPosition(Point position)
Parameters
Point
position
|