System.Windows.Forms.ToolStripTextBox.CanUndo Property

Gets a value indicating whether the user can undo the previous operation in a System.Windows.Forms.ToolStripTextBox control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public bool CanUndo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If this method returns true, you can call the ToolStripTextBox.Undo method to undo the last operation in a System.Windows.Forms.ToolStripTextBox.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0