Undo Method (WPFTextBoxBase)

Action

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

Syntax

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