[]
Gets a value indicating whether the control can undo the previous operation in a control.
public bool CanUndo { get; }
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.