FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RangeGroupButtonClickUndoAction Class / SaveUndoState Method


In This Topic
SaveUndoState Method (RangeGroupButtonClickUndoAction)
In This Topic
Saves the undo state of an outline (range group) button click action.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
 
'Usage
 
Dim instance As RangeGroupButtonClickUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()
Remarks
This implementation does nothing; undo state is saved by grouping or ungrouping after ungrouping or grouping.
See Also