Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardCopyCommand Class / UndoSupport Property


In This Topic
UndoSupport Property (LegacyClipboardCopyCommand)
In This Topic
Gets the UndoSupport value indicates whether this command is undoable.
Syntax
'Declaration
 
Public Overrides ReadOnly Property UndoSupport As UndoSupport
 
'Usage
 
Dim instance As LegacyClipboardCopyCommand
Dim value As UndoSupport
 
value = instance.UndoSupport

Property Value

The UndoSupport value of this command.
See Also