TextBoxBase::UndoLimit Property
.NET Framework (current version)
Gets or sets the number of actions stored in the undo queue.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Int32The number of actions stored in the undo queue. The default is –1, which means the undo queue is limited to the memory that is available.
| Exception | Condition |
|---|---|
| InvalidOperationException | UndoLimit is set after calling BeginChange and before calling EndChange. |
Setting UndoLimit clears the undo queue. When UndoLimit is set to –1, the undo queue is limited only by the memory that is available. When UndoLimit is set to 0, undo is disabled on the TextBoxBase.
UndoLimit is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: