Interface IInlineSelectionHandler
Namespace: Telerik.Windows.Documents.Selection
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IInlineSelectionHandler
Methods
GetUIElement()
Declaration
UIElement GetUIElement()
Returns
System.Windows.UIElement
|
HideSelection()
Declaration
void HideSelection()
ShowInlineSelection(Inline, Boolean)
Declaration
void ShowInlineSelection(Inline inline, bool readOnly)
Parameters
Inline
inline
|
System.Boolean
readOnly
|