Class MoveCaretDirections
Describes how the caret is moved within the document.
Inheritance
Namespace: Telerik.Windows.Documents
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class MoveCaretDirections : Enum
Fields
DocumentEnd
Move to document end.
Declaration
public const MoveCaretDirections DocumentEnd
Field Value
DocumentStart
Move to document start.
Declaration
public const MoveCaretDirections DocumentStart
Field Value
Down
End
Move to current line end.
Declaration
public const MoveCaretDirections End
Field Value
Home
Move to current line start.
Declaration
public const MoveCaretDirections Home
Field Value
Next
Move to the next position.
Declaration
public const MoveCaretDirections Next
Field Value
NextParagraph
Move to next paragraph start.
Declaration
public const MoveCaretDirections NextParagraph
Field Value
NextWord
Move to the beginning of the next word.
Declaration
public const MoveCaretDirections NextWord
Field Value
PageDown
The one screen down.
Declaration
public const MoveCaretDirections PageDown
Field Value
PageUp
Move one screen up.
Declaration
public const MoveCaretDirections PageUp
Field Value
ParagraphEnd
Move to current paragraph end.
Declaration
public const MoveCaretDirections ParagraphEnd
Field Value
ParagraphStart
Move to current paragraph start, or, if currently at the beginning, to the previous paragarph start.
Declaration
public const MoveCaretDirections ParagraphStart
Field Value
Previous
Move to the previous position.
Declaration
public const MoveCaretDirections Previous
Field Value
PreviousWord
Move to current word start, or, if currently at the beginning, to the previous word start.
Declaration
public const MoveCaretDirections PreviousWord
Field Value
Unknown
The direction is not know at this point
Declaration
public const MoveCaretDirections Unknown
Field Value
Up
value__
Declaration
public int value__
Field Value
System.
|