Interface IPasteOptionsPopup
Represents an interface for configuring options in a paste options popup.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IPasteOptionsPopup
Remarks
This interface allows customization of how paste options are presented to the user.
Methods
Close()
Closes the paste options popup.
Declaration
bool Close()
Returns
System.Boolean
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
void Show(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
The RadRichTextBox in which the paste options will be applied. |
ShowContent()
Displays the content options available for pasting.
Declaration
bool ShowContent()
Returns
System.Boolean
A boolean indicating whether the content was successfully displayed. |