Spread Windows Forms 12.0 Product Documentation
SaveUndoState Method (SheetTabDragDropUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > SheetTabDragDropUndoAction Class : SaveUndoState Method
Saves the undo state.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
'Usage
 
Dim instance As SheetTabDragDropUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()
protected override bool SaveUndoState()

Return Value

Boolean: true if successful; false otherwise
Remarks
This implementation does nothing since undo state is specified in the contstructor.
See Also

Reference

SheetTabDragDropUndoAction Class
SheetTabDragDropUndoAction Members