Enum MoveCaretDirections
Describes how the caret is moved within the document.
Namespace: Telerik.WinForms.Documents
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum MoveCaretDirections
DocumentEnd
Move to document end.
DocumentStart
Move to document start.
Down
Move down.
End
Move to current line end.
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.
PageUp
Move one screen up.
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.
Unknown
The direction is not know at this point
Up
Move up.