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

In This Topic
    innerText Property
    In This Topic

    innerText property of IHTMLElement interface.

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

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

    See Also