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

In This Topic
    outerHTML Property
    In This Topic

    outerHTML property of IHTMLElement interface.

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

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

    See Also