Spread Windows Forms 12.0 Product Documentation
SaveUndoState Method (ClipboardCutUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ClipboardCutUndoAction Class : SaveUndoState Method
Saves the undo state of this Clipboard cut action.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
'Usage
 
Dim instance As ClipboardCutUndoAction
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

ClipboardCutUndoAction Class
ClipboardCutUndoAction Members