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