Class SyntaxEditorHistoryState.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public class SyntaxEditorHistoryState
Inheritance: objectSyntaxEditorHistoryState
Constructors
Initializes a new instance of the SyntaxEditorHistoryState class.
public SyntaxEditorHistoryState(RadSyntaxEditorElement editor)
The editor.
Properties
Gets the index of the caret position.
public int CaretPositionIndex { get; }
The index of the caret position.
Gets a value indicating whether this instance is layout invalidation suspended.
public bool IsLayoutInvalidationSuspended { get; }
true if this instance is layout invalidation suspended; otherwise, false.
Gets a value indicating whether this instance is selection reversed.
public bool IsSelectionReversed { get; }
true if this instance is selection reversed; otherwise, false.
Gets the end index of the selection.
public int SelectionEndIndex { get; }
The end index of the selection.
Gets the selection mode.
public TextSelectionMode SelectionMode { get; }
The selection mode.
Gets the start index of the selection.
public int SelectionStartIndex { get; }
The start index of the selection.