Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / UndoSupport Enumeration


UndoSupport Enumeration
Represents the type of undo support for a command.
Syntax
'Declaration
 
Public Enum UndoSupport 
   Inherits System.Enum
 
'Usage
 
Dim instance As UndoSupport
Members
MemberDescription
IgnoreUndo is not supported. Undo and redo queue are remained intact.
NoneUndo is not supported. Undo and redo queue are cleared after the command is executed.
SupportedUndo is supported. Redo queue are cleared after the command is executed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Commands.UndoSupport

See Also