TextBoxBase::Redo Method ()
.NET Framework (current version)
Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Booleantrue if the redo operation was successful; otherwise, false. This method returns false if there is no undo command available (the undo stack is empty).
.NET Framework
Available since 3.0
Available since 3.0
Show: