InfoConnect for Airlines VBA Guide
WebControl Object Members

The following tables list the members exposed by WebControl.

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