InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 String
    public string Html {get; set;}
    See Also