[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.CanUndo

CanUndo Property

CanUndo

Gets a value that indicates whether the user can undo the previous operation in a text box control.

Declaration
[Browsable(false)]
public bool CanUndo { get; }
<Browsable(False)>
Public ReadOnly Property CanUndo As Boolean
Property Value
Type Description
bool

true if the user can undo the previous operation performed in a text box control; otherwise, false.

Remarks

If this method returns true, you can call the Undo() method to undo the last operation in the control.