EnumMoveCaretDirections
Enum
Describes how the caret is moved within the document.
Definition
Namespace:Telerik.Windows.Documents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum MoveCaretDirections
Fields
DocumentEnd
Move to document end.
DocumentStart
Move to document start.
Home
Move to current line start.
Next
Move to the next position.
NextParagraph
Move to next paragraph start.
NextWord
Move to the beginning of the next word.
PageDown
The one screen down.
ParagraphEnd
Move to current paragraph end.
ParagraphStart
Move to current paragraph start, or, if currently at the beginning, to the previous paragarph start.
Previous
Move to the previous position.
PreviousWord
Move to current word start, or, if currently at the beginning, to the previous word start.
TabBackward
Move to the beginning of the line or cell.
Unknown
The direction is not know at this point