Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoAction Class / SaveUndoState Method


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

Return Value

Boolean: true if successful; false otherwise
See Also