Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / Connected Property


In This Topic
    Connected Property
    In This Topic
    Gets or sets a boolean value indicating whether the image is loaded.
    Syntax
    'Declaration
     
    
    Public Property Connected As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As WebImage
    Dim value As Nullable(Of Boolean)
     
    instance.Connected = value
     
    value = instance.Connected
    public Nullable<bool> Connected {get; set;}
    See Also