New to Telerik UI for WPFStart a free 30-day trial

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: PasteOptionsPopup

Methods

Closes the paste options popup.

C#
bool Close()
Returns:

bool

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)
Parameters:richTextBoxRadRichTextBox

The RadRichTextBox in which the paste options will be applied.

Displays the content options available for pasting.

C#
bool ShowContent()
Returns:

bool

A boolean indicating whether the content was successfully displayed.