ClassPasteOptionsPopup
Represets a popup control with special placement rules that is used for hosting the PasteOptions UI.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class PasteOptionsPopup : Popup, IPasteOptionsPopup
Inheritance: objectPasteOptionsPopup
Implements:
Constructors
PasteOptionsPopup()
Initializes a new instance of the PasteOptionsPopup class.
Declaration
public PasteOptionsPopup()
Methods
Close()
Closes the paste options popup.
Declaration
public bool Close()
Returns
Returns a boolean indicating whether the popup was successfully closed.
Implements
Remarks
This method will hide the popup and release any resources associated with it.
Show(RadRichTextBox)
Attaches the Popup to the given RichTextBox and initializes its content.
Declaration
public void Show(RadRichTextBox richTextBox)
Parameters
richTextBox
Implements
ShowContent()
Displays the content options available for pasting.
Declaration
public bool ShowContent()
Returns
A boolean indicating whether the content was successfully displayed.
Implements