Enum
MoveCaretDirections

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.

Declaration

cs-api-definition
DocumentEnd = 12

Field Value

MoveCaretDirections

DocumentStart

Move to document start.

Declaration

cs-api-definition
DocumentStart = 11

Field Value

MoveCaretDirections

Down

Move down.

Declaration

cs-api-definition
Down = 3

Field Value

MoveCaretDirections

End

Move to current line end.

Declaration

cs-api-definition
End = 7

Field Value

MoveCaretDirections

Home

Move to current line start.

Declaration

cs-api-definition
Home = 6

Field Value

MoveCaretDirections

Next

Move to the next position.

Declaration

cs-api-definition
Next = 1

Field Value

MoveCaretDirections

NextParagraph

Move to next paragraph start.

Declaration

cs-api-definition
NextParagraph = 10

Field Value

MoveCaretDirections

NextWord

Move to the beginning of the next word.

Declaration

cs-api-definition
NextWord = 4

Field Value

MoveCaretDirections

PageDown

The one screen down.

Declaration

cs-api-definition
PageDown = 14

Field Value

MoveCaretDirections

PageUp

Move one screen up.

Declaration

cs-api-definition
PageUp = 13

Field Value

MoveCaretDirections

ParagraphEnd

Move to current paragraph end.

Declaration

cs-api-definition
ParagraphEnd = 9

Field Value

MoveCaretDirections

ParagraphStart

Move to current paragraph start, or, if currently at the beginning, to the previous paragarph start.

Declaration

cs-api-definition
ParagraphStart = 8

Field Value

MoveCaretDirections

Previous

Move to the previous position.

Declaration

cs-api-definition
Previous = 0

Field Value

MoveCaretDirections

PreviousWord

Move to current word start, or, if currently at the beginning, to the previous word start.

Declaration

cs-api-definition
PreviousWord = 5

Field Value

MoveCaretDirections

TabBackward

Move to the beginning of the line or cell.

Declaration

cs-api-definition
TabBackward = 16

Field Value

MoveCaretDirections

Unknown

The direction is not know at this point

Declaration

cs-api-definition
Unknown = 15

Field Value

MoveCaretDirections

Up

Move up.

Declaration

cs-api-definition
Up = 2

Field Value

MoveCaretDirections