Send comments on this topic.
WebControl Object Properties
Attachmate.Reflection.Objects Library (Web) : WebControl Object

For a list of all members of this type, see WebControl members.

Public Properties

 NameDescription
public PropertyCanGoBackGets a value that indicates whether there is a "go back" page.  
public PropertyCanGoForwardGets a value that indicates 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 that indicates whether there are children.  
public PropertyIsBusyGets a value that indicates whether the browser is busy.  
public PropertyIsOfflineGets a value that indicates 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 the state of Script Errors Suppression.  
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

See Also