Spread Windows Forms 12.0 Product Documentation
UndoSupport Property (ClipboardCopyCommand)


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

Property Value

The UndoSupport value of this command.
See Also

Reference

ClipboardCopyCommand Class
ClipboardCopyCommand Members