ToolStripTextBox::CanUndo Property
.NET Framework (current version)
Gets a value indicating whether the user can undo the previous operation in a ToolStripTextBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the user can undo the previous operation performed in a text box control; otherwise, false.
If this method returns true, you can call the Undo method to undo the last operation in a ToolStripTextBox.
.NET Framework
Available since 2.0
Available since 2.0
Show: