New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class PasteOptionsDropDownPicker : Control

Inheritance: objectPasteOptionsDropDownPicker

Constructors

C#
public PasteOptionsDropDownPicker()

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; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs