IInlineSelectionHandler
Interface
Represents a handler for inline selections within a document, allowing for the manipulation and management of selected inline elements.
Definition
Namespace:Telerik.Windows.Documents.Selection
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IInlineSelectionHandler
Derived Classes:
Methods
GetUIElement()
UIElement
Retrieves the element associated with the inline selection handler.
C#
UIElement GetUIElement()
UIElement
The UI element that represents the current inline selection.
Hides the current inline selection, making it invisible to the user.
C#
void HideSelection()