Class PasteOptionsPopup
Represets a popup control with special placement rules that is used for hosting the PasteOptions UI.
Inheritance
System.Object
PasteOptionsPopup
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PasteOptionsPopup : Popup, IPasteOptionsPopup
Constructors
PasteOptionsPopup()
Methods
Close()
OnOpened(EventArgs)
Declaration
protected override void OnOpened(EventArgs e)
Parameters
System.EventArgs
e
|
Show(RadRichTextBox)
Attaches the Popup to the given RichTextBox and initializes its content.
Declaration
public void Show(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
|
Implements
ShowContent()
Declaration
public bool ShowContent()
Returns
System.Boolean
|