ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / Connected Property

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