Redo Method (WPFTextBoxBase)

Action

Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack.

Syntax

C#
result = textBoxBase.Redo()
VB
result = textBoxBase.Redo()
Variable Description
result Boolean.