[]
Saves the undo state before the change.
protected override bool SaveUndoState()
Protected Overrides Function SaveUndoState() As Boolean
Type | Description |
---|---|
bool | Boolean: true if successful; false otherwise |
This object saves undo state on construction, rather than during PerformUndoAction, since the shape object implements the user interface to make the changes to itself. The SpreadView will call PerformUndoAction when the shape's UIChangeComplete event fires and edit mode is off (if the shape is a cell note).