Spread Windows Forms 12.0 Product Documentation
UndoSupport Property (ClipboardCutCommand)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > ClipboardCutCommand Class : UndoSupport Property
Gets the UndoSupport value indicates whether this command is undoable.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property UndoSupport As UndoSupport
'Usage
 
Dim instance As ClipboardCutCommand
Dim value As UndoSupport
 
value = instance.UndoSupport
public override UndoSupport UndoSupport {get;}

Property Value

The UndoSupport value of this command.
See Also

Reference

ClipboardCutCommand Class
ClipboardCutCommand Members