ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / Url Property

In This Topic
    Url Property (HtmlElement)
    In This Topic
    Gets or sets the System.String value determining location of the html content to show.
    Syntax
    'Declaration
     
    Public Property Url As System.String
    public System.string Url {get; set;}
    See Also