IPasteOptionsPopup
Interface
Represents an interface for configuring options in a paste options popup.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IPasteOptionsPopup
Derived Classes:
Methods
Closes the paste options popup.
C#
bool Close()
Returns a boolean indicating whether the popup was successfully closed.
Remarks:
This method will hide the popup and release any resources associated with it.
Displays the paste options popup for the specified RadRichTextBox.
C#
void Show(RadRichTextBox richTextBox)
The RadRichTextBox in which the paste options will be applied.
Displays the content options available for pasting.
C#
bool ShowContent()
A boolean indicating whether the content was successfully displayed.