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


In This Topic
    StopClipboardCopying Property (LegacyClipboardCopyCommand)
    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 Overridable ReadOnly Property StopClipboardCopying As Boolean
    'Usage
     
    
    Dim instance As LegacyClipboardCopyCommand
    Dim value As Boolean
     
    value = instance.StopClipboardCopying
    public virtual bool StopClipboardCopying {get;}
    See Also