FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / SaveUndoState Method


In This Topic
SaveUndoState Method (ClipboardPasteUndoAction)
In This Topic
Saves the undo state of this Clipboard operation action.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
 
'Usage
 
Dim instance As ClipboardPasteUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()
See Also