'Declaration
Protected MustOverride Function SaveUndoState() As Boolean
'Usage
Dim instance As UndoAction Dim value As Boolean value = instance.SaveUndoState()
protected abstract bool SaveUndoState()
Return Value
Boolean: true if successful; false otherwise