Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class / SaveUndoState Method


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

    Return Value

    Boolean: true if successful; false otherwise
    See Also