InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface
Properties Methods Events

In This Topic
    IWebControl Interface Members
    In This Topic

    The following tables list the members exposed by IWebControl.

    Public Properties
     NameDescription
     PropertyGets a value that indicates whether there is a "go back" page.  
     PropertyGets a value that indicates whether there is a "go forward" page.  
     PropertyGets the Web document in the browser.  
     PropertyGets the Web page text.  
     PropertyGets the Web page title.  
     PropertyGets the Web page encryption level.  
     PropertyGets a value that indicates whether there are any children.  
     PropertyGets the instance ID of the control. (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyGets a value that indicates whether the Web browser is busy.  
     PropertyGets a value that indicates whether the Web browser is offline.  
     PropertyGets or sets the name of the control. (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyReturns reference to session COM browser control, SHDocVw.WebBrowser, instance.  
     PropertyGets the ready state of the Web browser.  
     PropertyGets or sets the state of Script Errors Suppression.  
     PropertyGets the session document file path. (Control properties are saved in session document files.) (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyGets the status bar text.  
     PropertyGets or sets the URL of the current Web page.  
     PropertyGets the version of the Web browser.  
    Top
    Public Methods
     NameDescription
     MethodCloses the terminal session with the close option.  
     MethodGoes back to the previous page.  
     MethodGoes forward to the next page.  
     MethodGoes to the home page.  
     MethodGoes to the search page.  
     MethodOverloaded. Navigates to the URL.  
     MethodPrints the page.  
     MethodRefreshes the page.  
     MethodSaves all settings.  
     MethodSaves all settings to the specified file.  
     MethodStops the navigation activity and any other activities, such as playing active contents.  
    Top
    Public Events
     NameDescription
     EventOccurs when the CanGoBack state changes.  
     EventOccurs when the CanGoForward state changes.  
     EventOccurs when navigating and parsing a new Web page is complete.  
     EventOccurs when the document title is changed.  
     EventOccurs when a Web page encryption level changes.  
     EventOccurs when a file is downloaded.  
     EventOccurs when navigation is used.  
     EventOccurs immediately before navigation to a new page.  
     EventOccurs when the Web browser status text changes.  
    Top
    See Also