Attachmate.Reflection.Web.Msie Namespace : IWebControl Interface |
The following tables list the members exposed by IWebControl.
Name | Description | |
---|---|---|
![]() | CanGoBack | Gets a value that indicates whether there is a "go back" page. |
![]() | CanGoForward | Gets a value that indicates whether there is a "go forward" page. |
![]() | Document | Gets the Web document in the browser. |
![]() | DocumentText | Gets the Web page text. |
![]() | DocumentTitle | Gets the Web page title. |
![]() | EncryptionLevel | Gets the Web page encryption level. |
![]() | HasChildren | Gets a value that indicates whether there are any children. |
![]() | IsBusy | Gets a value that indicates whether the Web browser is busy. |
![]() | IsOffline | Gets a value that indicates whether the Web browser is offline. |
![]() | NativeBrowerControl | Returns reference to session COM browser control, SHDocVw.WebBrowser, instance. |
![]() | ReadyState | Gets the ready state of the Web browser. |
![]() | ScriptErrorsSuppressed | Gets or sets the state of Script Errors Suppression. |
![]() | StatusText | Gets the status bar text. |
![]() | Url | Gets or sets the URL of the current Web page. |
![]() | Version | Gets the version of the Web browser. |
Name | Description | |
---|---|---|
![]() | Close | Closes the terminal session with the close option. |
![]() | GoBack | Goes back to the previous page. |
![]() | GoForward | Goes forward to the next page. |
![]() | GoHome | Goes to the home page. |
![]() | GoSearch | Goes to the search page. |
![]() | Navigate | Overloaded. Navigates to the URL. |
![]() | Prints the page. | |
![]() | Refresh | Refreshes the page. |
![]() | Save | Saves all settings. |
![]() | SaveAs | Saves all settings to the specified file. |
![]() | Stop | Stops the navigation activity and any other activities, such as playing active contents. |
Name | Description | |
---|---|---|
![]() | CanGoBackChanged | Occurs when the CanGoBack state changes. |
![]() | CanGoForwardChanged | Occurs when the CanGoForward state changes. |
![]() | DocumentCompleted | Occurs when navigating and parsing a new Web page is complete. |
![]() | DocumentTitleChanged | Occurs when the document title is changed. |
![]() | EncryptionLevelChanged | Occurs when a Web page encryption level changes. |
![]() | FileDownload | Occurs when a file is downloaded. |
![]() | Navigated | Occurs when navigation is used. |
![]() | Navigating | Occurs immediately before navigation to a new page. |
![]() | StatusTextChanged | Occurs when the Web browser status text changes. |