Gets or sets a value indicating whether the undo buffer is active or not. If a Text Control is used for tasks like generating reports it can be useful to deactivate the undo buffer to save time and memory.
Introduced: 11.0.
public bool AllowUndo { get; set; }
Public Property AllowUndo() As Boolean