Spread Windows Forms 12.0 Product Documentation
SaveUndoState Method (ColumnMoveUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ColumnMoveUndoAction Class : SaveUndoState Method
Saves undo state information.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
'Usage
 
Dim instance As ColumnMoveUndoAction
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 constructor.
See Also

Reference

ColumnMoveUndoAction Class
ColumnMoveUndoAction Members