Class
SyntaxEditorHistoryState

Class SyntaxEditorHistoryState.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorHistoryState

Inheritance: objectSyntaxEditorHistoryState

Constructors

SyntaxEditorHistoryState(RadSyntaxEditor)

Initializes a new instance of the SyntaxEditorHistoryState class.

Declaration

cs-api-definition
public SyntaxEditorHistoryState(RadSyntaxEditor editor)

Parameters

editor

RadSyntaxEditor

The editor.

Properties

CaretPositionIndex

Gets the index of the caret position.

Declaration

cs-api-definition
public int CaretPositionIndex { get; }

Property Value

int

The index of the caret position.

IsLayoutInvalidationSuspended

Gets a value indicating whether this instance is layout invalidation suspended.

Declaration

cs-api-definition
public bool IsLayoutInvalidationSuspended { get; }

Property Value

bool

true if this instance is layout invalidation suspended; otherwise, false.

IsSelectionReversed

Gets a value indicating whether this instance is selection reversed.

Declaration

cs-api-definition
public bool IsSelectionReversed { get; }

Property Value

bool

true if this instance is selection reversed; otherwise, false.

SelectionEndIndex

Gets the end index of the selection.

Declaration

cs-api-definition
public int SelectionEndIndex { get; }

Property Value

int

The end index of the selection.

SelectionMode

Gets the selection mode.

Declaration

cs-api-definition
public TextSelectionMode SelectionMode { get; }

Property Value

TextSelectionMode

The selection mode.

SelectionStartIndex

Gets the start index of the selection.

Declaration

cs-api-definition
public int SelectionStartIndex { get; }

Property Value

int

The start index of the selection.