InputPanel for WinForms | ComponentOne
C1.Win.5 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 Boolean
    public bool Connected {get; set;}
    See Also