Input for WinForms | ComponentOne
C1.Framework.Html Namespace / HtmlElement Class / Connected Property

In This Topic
    Connected Property
    In This Topic
    Gets or sets the System.Boolean value determining whether content should be downloaded at runtime.
    Syntax
    'Declaration
     
    
    Public Property Connected As Boolean
    public bool Connected {get; set;}
    See Also