Enum
CaretMovementType

Caret movement types.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public enum CaretMovementType

Fields

MoveLineDown

MoveLineDown type.

Declaration

cs-api-definition
MoveLineDown = 3

Field Value

CaretMovementType

MoveLineUp

MoveLineUp type.

Declaration

cs-api-definition
MoveLineUp = 2

Field Value

CaretMovementType

MovePageDown

MovePageDown type.

Declaration

cs-api-definition
MovePageDown = 5

Field Value

CaretMovementType

MovePageUp

MovePageUp type.

Declaration

cs-api-definition
MovePageUp = 4

Field Value

CaretMovementType

MoveToEndOfDocument

MoveToEndOfDocument type.

Declaration

cs-api-definition
MoveToEndOfDocument = 11

Field Value

CaretMovementType

MoveToHome

MoveToHome type.

Declaration

cs-api-definition
MoveToHome = 8

Field Value

CaretMovementType

MoveToLineEnd

MoveToLineEnd type.

Declaration

cs-api-definition
MoveToLineEnd = 9

Field Value

CaretMovementType

MoveToNextCharacter

MoveToNextCharacter type.

Declaration

cs-api-definition
MoveToNextCharacter = 1

Field Value

CaretMovementType

MoveToNextWord

MoveToNextWord type.

Declaration

cs-api-definition
MoveToNextWord = 6

Field Value

CaretMovementType

MoveToPreviousCharacter

MoveToPreviousCharacter type.

Declaration

cs-api-definition
MoveToPreviousCharacter = 0

Field Value

CaretMovementType

MoveToPreviousWord

MoveToPreviousWord type.

Declaration

cs-api-definition
MoveToPreviousWord = 7

Field Value

CaretMovementType

MoveToStartOfDocument

MoveToStartOfDocument type.

Declaration

cs-api-definition
MoveToStartOfDocument = 10

Field Value

CaretMovementType