Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / SystemStateEventArgs Class / Clipboard Property


In This Topic
    Clipboard Property (SystemStateEventArgs)
    In This Topic
    Gets or sets a value indicting whether the clipboard is changed.
    Syntax
    'Declaration
     
    
    Public Property Clipboard As Boolean
    'Usage
     
    
    Dim instance As SystemStateEventArgs
    Dim value As Boolean
     
    instance.Clipboard = value
     
    value = instance.Clipboard
    public bool Clipboard {get; set;}
    See Also