RichEditTextDocument.UndoLimit Property

Definition

Gets or sets the maximum number of actions that can be stored in the undo queue.

public:
 property unsigned int UndoLimit { unsigned int get(); void set(unsigned int value); };
uint32_t UndoLimit();

void UndoLimit(uint32_t value);
public uint UndoLimit { get; set; }
var uInt32 = richEditTextDocument.undoLimit;
richEditTextDocument.undoLimit = uInt32;
Public Property UndoLimit As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of undo actions.

Implements

Applies to