Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Document Property
In This Topic
    Document Property (WebControl)
    In This Topic
    Gets the Web document in the browser.
    Syntax
    expression.Document As WebDocument object 
    where expression is a variable that represents a WebControl Object

    Property Value

    A WebDocument object
    See Also