Send comments on this topic.
NativeBrowerControl Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : NativeBrowerControl Property
Returns reference to session COM browser control, SHDocVw.WebBrowser, instance.

Syntax

 
ReadOnly Object.NativeBrowerControl As Object

Example

Copy Code
Dim msDoc As MSHTML.HtmlDocument
Dim webCtrl As SHDocVw.WebBrowser
Set webCtrl = ThisWebControl.NativeBrowerControl
Set msDoc = webCtrl.Document
Debug.Print msDoc.url   'show current document URL

See Also