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


In This Topic
    StopClipboardCopying Property (ClipboardCopyShapeCommand)
    In This Topic
    Gets a value indicating whether the GrapeCity.Spreadsheet.IWorkbookSet.CutCopyMode is set to GrapeCity.Spreadsheet.CutCopyMode.None after this command executed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StopClipboardCopying As Boolean
    'Usage
     
    
    Dim instance As ClipboardCopyShapeCommand
    Dim value As Boolean
     
    value = instance.StopClipboardCopying
    public bool StopClipboardCopying {get;}
    See Also