Interface
IInlineSelectionHandler

Definition

Namespace:Telerik.WinForms.Documents.Selection

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface IInlineSelectionHandler

Methods

GetUIElement()

Declaration

cs-api-definition
UIElement GetUIElement()

Returns

UIElement

HideSelection()

Declaration

cs-api-definition
void HideSelection()

ShowInlineSelection(Inline, bool)

Declaration

cs-api-definition
void ShowInlineSelection(Inline inline, bool readOnly)

Parameters

inline

Inline

readOnly

bool