Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / UndoSupport Enumeration


In This Topic
    UndoSupport Enumeration
    In This Topic
    Represents the type of undo support for a command.
    Syntax
    'Declaration
     
    
    Public Enum UndoSupport 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UndoSupport
    public enum UndoSupport : System.Enum 
    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