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

In This Topic
    document Property (IHTMLElement)
    In This Topic

    document property of IHTMLElement interface.

    Syntax
    'Declaration
     
    ReadOnly Property document As System.Object
    System.object document {get;}
    Remarks

    An original IDL definition of document property was the following: IDispatch* document;

    See Also