Spread Windows Forms 12.0 Product Documentation
SaveUndoState Method (ClipboardCutDataOnlyUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ClipboardCutDataOnlyUndoAction Class : SaveUndoState Method
Saves the undo state of this Clipboard operation action.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
'Usage
 
Dim instance As ClipboardCutDataOnlyUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()
protected override bool SaveUndoState()
Remarks
This implementation does nothing; the undo state is saved by getting the Clipboard objects after the cut.
See Also

Reference

ClipboardCutDataOnlyUndoAction Class
ClipboardCutDataOnlyUndoAction Members