Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutDataOnlyUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (ClipboardCutDataOnlyUndoAction)
    In This Topic
    Saves the undo state of this Clipboard operation action.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As ClipboardCutDataOnlyUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()
    Remarks
    This implementation does nothing; the undo state is saved by getting the Clipboard objects after the cut.
    See Also