ClassPasteOptionsDropDownPicker
Class
DropDown UI Control with 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 PasteOptionsDropDownPicker : Control
Inheritance: objectPasteOptionsDropDownPicker
Constructors
PasteOptionsDropDownPicker()
Declaration
cs-api-definition
public PasteOptionsDropDownPicker()
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
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e