PasteOptionsPopup
Class
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:
C#
public class PasteOptionsPopup : Popup, IPasteOptionsPopup
Inheritance: objectPasteOptionsPopup
Implements:
Constructors
Initializes a new instance of the PasteOptionsPopup class.
C#
public PasteOptionsPopup()
Methods
Closes the paste options popup.
C#
public bool Close()
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.
Attaches the Popup to the given RichTextBox and initializes its content.
Displays the content options available for pasting.
C#
public bool ShowContent()
A boolean indicating whether the content was successfully displayed.
Implements: