Interface
IPasteOptionsPopup

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

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.

Show(RadRichTextBox)

Displays the paste options popup for the specified RadRichTextBox.

Declaration

cs-api-definition
void Show(RadRichTextBox richTextBox)

Parameters

richTextBox

RadRichTextBox

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

bool

A boolean indicating whether the content was successfully displayed.