Spread Windows Forms 15.0
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()
    protected abstract bool SaveUndoState()

    Return Value

    Boolean: true if successful; false otherwise
    See Also