Class LexemParser.UndoItem
Defines a structure that provides information about the single undo item.
Inheritance
System.Object
LexemParser.UndoItem
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class UndoItem : ValueType
Fields
EndOffset
Gets the end offset.
Declaration
public long EndOffset
Field Value
| Type |
|---|
| System.Int64 |
StartOffset
Gets the start offset.
Declaration
public long StartOffset
Field Value
| Type |
|---|
| System.Int64 |