Class SyntaxEditorHistoryState
Class SyntaxEditorHistoryState.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorHistoryState
Constructors
SyntaxEditorHistoryState(RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorHistoryState class.
Declaration
public SyntaxEditorHistoryState(RadSyntaxEditor editor)
Parameters
RadSyntaxEditor
editor
The editor. |
Properties
CaretPositionIndex
Gets the index of the caret position.
Declaration
public int CaretPositionIndex { get; }
Property Value
System.Int32
The index of the caret position. |
IsLayoutInvalidationSuspended
Gets a value indicating whether this instance is layout invalidation suspended.
Declaration
public bool IsLayoutInvalidationSuspended { get; }
Property Value
System.Boolean
|
IsSelectionReversed
Gets a value indicating whether this instance is selection reversed.
Declaration
public bool IsSelectionReversed { get; }
Property Value
System.Boolean
|
SelectionEndIndex
Gets the end index of the selection.
Declaration
public int SelectionEndIndex { get; }
Property Value
System.Int32
The end index of the selection. |
SelectionMode
Gets the selection mode.
Declaration
public TextSelectionMode SelectionMode { get; }
Property Value
TextSelectionMode
The selection mode. |
SelectionStartIndex
Gets the start index of the selection.
Declaration
public int SelectionStartIndex { get; }
Property Value
System.Int32
The start index of the selection. |