Spread Windows Forms 12.0 Product Documentation
UndoSupport Property (Command)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > Command Class : UndoSupport Property
Gets the UndoSupport value indicates whether this command is undoable.
Syntax
'Declaration
 
Public Overridable Property UndoSupport As UndoSupport
'Usage
 
Dim instance As Command
Dim value As UndoSupport
 
instance.UndoSupport = value
 
value = instance.UndoSupport
public virtual UndoSupport UndoSupport {get; set;}

Property Value

The UndoSupport value of this command.
See Also

Reference

Command Class
Command Members