UndoText Property
UndoText
Get or set the contents of the Undo buffer. The buffer is used
when the user presses Ctrl-Z or the owner calls "UndoChanges()".
Declaration
public virtual string UndoText { get; set; }
Public Overridable Property UndoText As String