InfoConnect for Airlines
IWebControl Interface Members
Properties  Methods  Events

The following tables list the members exposed by IWebControl.

Public Properties
 NameDescription
 PropertyCanGoBackGets a value that indicates whether there is a "go back" page.  
 PropertyCanGoForwardGets a value that indicates whether there is a "go forward" page.  
 PropertyDocumentGets the Web document in the browser.  
 PropertyDocumentTextGets the Web page text.  
 PropertyDocumentTitleGets the Web page title.  
 PropertyEncryptionLevelGets the Web page encryption level.  
 PropertyHasChildrenGets a value that indicates whether there are any children.  
 PropertyIsBusyGets a value that indicates whether the Web browser is busy.  
 PropertyIsOfflineGets a value that indicates whether the Web browser is offline.  
 PropertyNativeBrowerControlReturns reference to session COM browser control, SHDocVw.WebBrowser, instance.  
 PropertyReadyStateGets the ready state of the Web browser.  
 PropertyScriptErrorsSuppressedGets or sets the state of Script Errors Suppression.  
 PropertyStatusTextGets the status bar text.  
 PropertyUrlGets or sets the URL of the current Web page.  
 PropertyVersionGets the version of the Web browser.  
Top
Public Methods
 NameDescription
 MethodCloseCloses the terminal session with the close option.  
 MethodGoBackGoes back to the previous page.  
 MethodGoForwardGoes forward to the next page.  
 MethodGoHomeGoes to the home page.  
 MethodGoSearchGoes to the search page.  
 MethodNavigateOverloaded. Navigates to the URL.  
 MethodPrintPrints the page.  
 MethodRefreshRefreshes the page.  
 MethodSaveSaves all settings.  
 MethodSaveAsSaves all settings to the specified file.  
 MethodStopStops the navigation activity and any other activities, such as playing active contents.  
Top
Public Events
 NameDescription
 EventCanGoBackChangedOccurs when the CanGoBack state changes.  
 EventCanGoForwardChangedOccurs when the CanGoForward state changes.  
 EventDocumentCompletedOccurs when navigating and parsing a new Web page is complete.  
 EventDocumentTitleChangedOccurs when the document title is changed.  
 EventEncryptionLevelChangedOccurs when a Web page encryption level changes.  
 EventFileDownloadOccurs when a file is downloaded.  
 EventNavigatedOccurs when navigation is used.  
 EventNavigatingOccurs immediately before navigation to a new page.  
 EventStatusTextChangedOccurs when the Web browser status text changes.  
Top
See Also