Attachmate.Reflection.Objects Library (Web) : WebControl Object |
The following tables list the members exposed by WebControl.
Name | Description | |
---|---|---|
![]() | CanGoBack | Gets a value indicating whether there is a "go back" page. |
![]() | CanGoForward | Gets a value indicating whether there is a "go forward" page. |
![]() | Document | Gets the Web document in the browser. |
![]() | DocumentText | Gets or sets the Web page text. |
![]() | DocumentTitle | Gets the Web page title. |
![]() | EncryptionLevel | Gets the Web page encryption level. |
![]() | HasChildren | Gets a value indicating whether there are children. |
![]() | IsBusy | Gets a value indicating whether the browser is busy. |
![]() | IsOffline | Gets a value indicating whether the 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 a value indicating whether Script Errors Suppression state is suppressed. |
![]() | 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 | |
---|---|---|
![]() | SessionFilePath | Gets the session file path. |
Name | Description | |
---|---|---|
![]() | Close | Closes the Web 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. |
![]() | Navigate1 | Navigates to the URL. |
![]() | Navigate2 | Navigates to the URL. |
![]() | Navigate3 | Navigates to the URL and displays the content in the frame pointed to by targetFrameName. |
![]() | Navigate4 | Navigates to the URL. |
![]() | PrintPage | 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 is changed. |
![]() | FileDownload | Occurs when a file is downloaded. |
![]() | Navigated | Occurs when navigation is used. |
![]() | Navigating | Occurs immediately before navigating to a new page. |
![]() | StatusTextChanged | Occurs when the Web browser status text is changed. |