InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / Document Property


In This Topic
    Document Property (IWebElement)
    In This Topic
    Gets the HtmlDocument to which this element belongs.
    Syntax
    'Declaration
     
    
    ReadOnly Property Document As IWebDocument
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As IWebDocument
     
    value = instance.Document
    IWebDocument Document {get;}
    See Also