New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class MultipleUndoPoint

Inheritance: objectMultipleUndoPoint

Constructors

C#
public MultipleUndoPoint()
C#
public MultipleUndoPoint(string displayText, int undoStackIndex)
Parameters:displayTextstringundoStackIndexint

Properties

C#
public string DisplayText { get; set; }
C#
public int UndoStackIndex { get; set; }