Interface IInlineSelectionHandler
Represents a handler for inline selections within a document, allowing for the manipulation and management of selected inline elements.
Namespace: Telerik.Windows.Documents.Selection
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IInlineSelectionHandler
Methods
GetUIElement()
Retrieves the element associated with the inline selection handler.
Declaration
UIElement GetUIElement()
Returns
System.Windows.UIElement
The UI element that represents the current inline selection. |
HideSelection()
Hides the current inline selection, making it invisible to the user.
Declaration
void HideSelection()
ShowInlineSelection(Inline, Boolean)
Displays the inline selection for the specified inline element.
Declaration
void ShowInlineSelection(Inline inline, bool readOnly)
Parameters
Inline
inline
The inline element for which the selection is to be displayed. |
System.Boolean
readOnly
A boolean value indicating whether the inline element can be changed. |