Class CaretMovementType
Caret movement types.
Inheritance
System.Object
CaretMovementType
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
MoveLineUp
MoveLineUp type.
Declaration
public const CaretMovementType MoveLineUp
Field Value
MovePageDown
MovePageDown type.
Declaration
public const CaretMovementType MovePageDown
Field Value
MovePageUp
MovePageUp type.
Declaration
public const CaretMovementType MovePageUp
Field Value
MoveToEndOfDocument
MoveToEndOfDocument type.
Declaration
public const CaretMovementType MoveToEndOfDocument
Field Value
MoveToHome
MoveToHome type.
Declaration
public const CaretMovementType MoveToHome
Field Value
MoveToLineEnd
MoveToLineEnd type.
Declaration
public const CaretMovementType MoveToLineEnd
Field Value
MoveToNextCharacter
MoveToNextCharacter type.
Declaration
public const CaretMovementType MoveToNextCharacter
Field Value
MoveToNextWord
MoveToNextWord type.
Declaration
public const CaretMovementType MoveToNextWord
Field Value
MoveToPreviousCharacter
MoveToPreviousCharacter type.
Declaration
public const CaretMovementType MoveToPreviousCharacter
Field Value
MoveToPreviousWord
MoveToPreviousWord type.
Declaration
public const CaretMovementType MoveToPreviousWord
Field Value
MoveToStartOfDocument
MoveToStartOfDocument type.
Declaration
public const CaretMovementType MoveToStartOfDocument
Field Value
value__
Declaration
public int value__
Field Value
System.
|