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

In This Topic
    Html Property (HtmlElement)
    In This Topic
    Gets or sets the html content to display.
    Syntax
    'Declaration
     
    Public Property Html As System.String
    public System.string Html {get; set;}
    See Also