Spread Windows Forms 12.0 Product Documentation
IsUndoSupported Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandManager Class : IsUndoSupported Property
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

Reference

CommandManager Class
CommandManager Members