ClassPasteOptionsPicker
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:
cs-api-definition
public class PasteOptionsPicker : Control
Inheritance: objectPasteOptionsPicker
Constructors
PasteOptionsPicker()
Declaration
cs-api-definition
public PasteOptionsPicker()
Fields
OwnerProperty
Represents the Owner dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty OwnerProperty
Field Value
DependencyProperty
Properties
Owner
The RadRichTextBox instance that is associated with this control.
Declaration
cs-api-definition
public RadRichTextBox Owner { get; set; }
Property Value
PasteCommand
Gets the command that is executed when a paste option is selected.
Declaration
cs-api-definition
public DelegateCommand PasteCommand { get; }
Property Value
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e