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 CopyCommand dependency property.
Declaration
public static readonly RadProperty CopyCommandProperty
Field Value
RadProperty
|
Properties
CopyCommand
Gets or sets the copy command.
Declaration
public ICommand CopyCommand { get; set; }
Property Value
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()
Overrides
SetPosition(Point)
Sets the position of the TouchCopyControl.
Declaration
public void SetPosition(Point position)
Parameters
Point
position
|