Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / DeleteChildObjectUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (DeleteChildObjectUndoAction)
    In This Topic
    Saves the child object and its index (if it is a shape) before deletion.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As DeleteChildObjectUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()

    Return Value

    Boolean: true if successful; false otherwise
    See Also