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


In This Topic
    Document Property (IWebControl)
    In This Topic
    Gets the Web document in the browser.
    Syntax
    'Declaration
     
    
    ReadOnly Property Document As IWebDocument
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As IWebDocument
     
    value = instance.Document
    IWebDocument Document {get;}
    See Also