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


In This Topic
    StopClipboardCopying Property (ClipboardInsertCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property StopClipboardCopying As Boolean
    'Usage
     
    
    Dim instance As ClipboardInsertCommand
    Dim value As Boolean
     
    value = instance.StopClipboardCopying
    public override bool StopClipboardCopying {get;}
    See Also