ClassSyntaxEditorHistoryState
Class SyntaxEditorHistoryState.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class SyntaxEditorHistoryState
Inheritance: objectSyntaxEditorHistoryState
Constructors
SyntaxEditorHistoryState(RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorHistoryState class.
Declaration
public SyntaxEditorHistoryState(RadSyntaxEditor editor)
Parameters
editor
The editor.
Properties
CaretPositionIndex
Gets the index of the caret position.
Declaration
public int CaretPositionIndex { get; }
Property Value
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
true if this instance is layout invalidation suspended; otherwise, false.
IsSelectionReversed
Gets a value indicating whether this instance is selection reversed.
Declaration
public bool IsSelectionReversed { get; }
Property Value
true if this instance is selection reversed; otherwise, false.
SelectionEndIndex
Gets the end index of the selection.
Declaration
public int SelectionEndIndex { get; }
Property Value
The end index of the selection.
SelectionMode
Gets the selection mode.
Declaration
public TextSelectionMode SelectionMode { get; }
Property Value
The selection mode.
SelectionStartIndex
Gets the start index of the selection.
Declaration
public int SelectionStartIndex { get; }
Property Value
The start index of the selection.