Class KeyboardSelectionHandler
Inheritance
System.Object
KeyboardSelectionHandler
Namespace: Telerik.Windows.Documents.Selection
Assembly: Telerik.Windows.Documents.dll
Syntax
public class KeyboardSelectionHandler : Object
Constructors
KeyboardSelectionHandler(RadDocument)
Methods
HandleDocumentCaretPositionChanged(Boolean, Boolean)
Declaration
public void HandleDocumentCaretPositionChanged(bool isSelectionInProgress, bool shiftPressed)
Parameters
System.Boolean
isSelectionInProgress
|
System.Boolean
shiftPressed
|
HandleDocumentCaretPositionChanging(Boolean)
Declaration
public void HandleDocumentCaretPositionChanging(bool shiftPressed)
Parameters
System.Boolean
shiftPressed
|