PasteOptionsPicker
Class
UI Control that provides interface for choosing a paste option from the list of available ones.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PasteOptionsPicker : Control
Inheritance: objectPasteOptionsPicker
Constructors
C#
public PasteOptionsPicker()
Fields
OwnerProperty
DependencyProperty
Represents the Owner dependency property.
C#
public static readonly DependencyProperty OwnerProperty
Properties
The RadRichTextBox instance that is associated with this control.
C#
public RadRichTextBox Owner { get; set; }
Gets the command that is executed when a paste option is selected.
C#
public DelegateCommand PasteCommand { get; }
Methods
C#
public override void OnApplyTemplate()