Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCopyShapeCommand Class / UndoSupport Property


In This Topic
    UndoSupport Property (ClipboardCopyShapeCommand)
    In This Topic
    Gets the UndoSupport value indicates whether this command is undoable.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property UndoSupport As UndoSupport
    'Usage
     
    
    Dim instance As ClipboardCopyShapeCommand
    Dim value As UndoSupport
     
    instance.UndoSupport = value
     
    value = instance.UndoSupport
    public override UndoSupport UndoSupport {get; set;}

    Property Value

    The UndoSupport value of this command.
    See Also