Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / IsUndoSupported Property


In This Topic
    IsUndoSupported Property
    In This Topic
    Gets a value indicating whether the executing a command can be undoable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUndoSupported As Boolean
    'Usage
     
    
    Dim instance As CommandManager
    Dim value As Boolean
     
    value = instance.IsUndoSupported
    public bool IsUndoSupported {get;}

    Property Value

    true if the executing a command can be undoable; otherwise, false.
    See Also