Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement Interface / innerHTML Property

In This Topic
    innerHTML Property
    In This Topic

    innerHTML property of IHTMLElement interface.

    Syntax
    'Declaration
     
    Property innerHTML As System.String
    System.string innerHTML {get; set;}
    Remarks

    An original IDL definition of innerHTML property was the following: BSTR innerHTML;

    See Also