Class PasteOptionsDropDownPicker
DropDown UI Control with that provides interface for choosing a paste option from the list of available ones.
Inheritance
System.Object
PasteOptionsDropDownPicker
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PasteOptionsDropDownPicker : Control
Constructors
PasteOptionsDropDownPicker()
Declaration
public PasteOptionsDropDownPicker()
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
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|