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


In This Topic
    SaveUndoState Method (ClipboardCutUndoAction)
    In This Topic
    Saves the undo state of this Clipboard cut action.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    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