Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / GroupClickUndoAction Class / SaveUndoState Method


In This Topic
SaveUndoState Method (GroupClickUndoAction)
In This Topic
Saves undo state.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
 
'Usage
 
Dim instance As GroupClickUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()

Return Value

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