InfoConnect VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object
Properties Methods Events

In This Topic
    WebControl Object Members
    In This Topic

    The following tables list the members exposed by WebControl.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether there is a "go back" page.  
    Public PropertyGets a value indicating whether there is a "go forward" page.  
    Public PropertyGets the Web document in the browser.  
    Public PropertyGets or sets the Web page text.  
    Public PropertyGets the Web page title.  
    Public PropertyGets the Web page encryption level.  
    Public PropertyGets a value indicating whether there are children.  
    Public PropertyGets a value indicating whether the browser is busy.  
    Public PropertyGets a value indicating whether the browser is offline.  
    Public PropertyReturns reference to session COM browser control, SHDocVw.WebBrowser, instance.  
    Public PropertyGets the ready state of the Web browser.  
    Public PropertyGets or sets a value indicating whether Script Errors Suppression state is suppressed.  
    Public PropertyGets the status bar text.  
    Public PropertyGets or sets the URL of the current Web page.  
    Public PropertyGets the version of the Web browser.  
    Top
    Public Methods
     NameDescription
    Public MethodCloses the Web session with the close option.  
    Public MethodGoes back to the previous page.  
    Public MethodGoes forward to the next page.  
    Public MethodGoes to the home page.  
    Public MethodGoes to the search page.  
    Public MethodNavigates to the URL.  
    Public MethodNavigates to the URL.  
    Public MethodNavigates to the URL and displays the content in the frame pointed to by targetFrameName.  
    Public MethodNavigates to the URL.  
    Public MethodPrints the page.  
    Public MethodRefreshes the page.  
    Public MethodSaves all settings.  
    Public MethodSaves all settings to the specified file.  
    Public MethodStops the navigation activity and any other activities, such as playing active contents.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the CanGoBack state changes.  
    Public EventOccurs when the CanGoForward state changes.  
    Public EventOccurs when navigating and parsing a new Web page is complete.  
    Public EventOccurs when the document title is changed.  
    Public EventOccurs when a Web page encryption level is changed.  
    Public EventOccurs when a file is downloaded.  
    Public EventOccurs when navigation is used.  
    Public EventOccurs immediately before navigating to a new page.  
    Public EventOccurs when the Web browser status text is changed.  
    Top
    See Also