[]
Gets a value that indicates whether the control can undo the previous operation in a control.
[Browsable(false)]
public bool CanUndo { get; }
<Browsable(False)>
Public ReadOnly Property CanUndo As Boolean
Type | Description |
---|---|
bool |
If this method returns true, you can call the Undo() method to undo the last operation in a control.