InterfaceIPasteOptionsPopup
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:
cs-api-definition
public interface IPasteOptionsPopup
Methods
Close()
Closes the paste options popup.
Declaration
cs-api-definition
bool Close()
Returns
Returns a boolean indicating whether the popup was successfully closed.
Remarks
This method will hide the popup and release any resources associated with it.
Show(RadRichTextBox)
Displays the paste options popup for the specified RadRichTextBox.
Declaration
cs-api-definition
void Show(RadRichTextBox richTextBox)
Parameters
richTextBox
The RadRichTextBox in which the paste options will be applied.
ShowContent()
Displays the content options available for pasting.
Declaration
cs-api-definition
bool ShowContent()
Returns
A boolean indicating whether the content was successfully displayed.