Class CaretMovementType
Caret movement types.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public sealed class CaretMovementType : Enum
Fields
MoveLineDown
MoveLineDown type.
Declaration
public const CaretMovementType MoveLineDown
Field Value
CaretMovementType
|
MoveLineUp
MoveLineUp type.
Declaration
public const CaretMovementType MoveLineUp
Field Value
CaretMovementType
|
MovePageDown
MovePageDown type.
Declaration
public const CaretMovementType MovePageDown
Field Value
CaretMovementType
|
MovePageUp
MovePageUp type.
Declaration
public const CaretMovementType MovePageUp
Field Value
CaretMovementType
|
MoveToEndOfDocument
MoveToEndOfDocument type.
Declaration
public const CaretMovementType MoveToEndOfDocument
Field Value
CaretMovementType
|
MoveToHome
MoveToHome type.
Declaration
public const CaretMovementType MoveToHome
Field Value
CaretMovementType
|
MoveToLineEnd
MoveToLineEnd type.
Declaration
public const CaretMovementType MoveToLineEnd
Field Value
CaretMovementType
|
MoveToNextCharacter
MoveToNextCharacter type.
Declaration
public const CaretMovementType MoveToNextCharacter
Field Value
CaretMovementType
|
MoveToNextWord
MoveToNextWord type.
Declaration
public const CaretMovementType MoveToNextWord
Field Value
CaretMovementType
|
MoveToPreviousCharacter
MoveToPreviousCharacter type.
Declaration
public const CaretMovementType MoveToPreviousCharacter
Field Value
CaretMovementType
|
MoveToPreviousWord
MoveToPreviousWord type.
Declaration
public const CaretMovementType MoveToPreviousWord
Field Value
CaretMovementType
|
MoveToStartOfDocument
MoveToStartOfDocument type.
Declaration
public const CaretMovementType MoveToStartOfDocument
Field Value
CaretMovementType
|
value__
Declaration
public int value__
Field Value
System.Int32
|