InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / NativeBrowerControl Property


In This Topic
    NativeBrowerControl Property
    In This Topic
    Returns reference to session COM browser control, SHDocVw.WebBrowser, instance.
    Syntax
    'Declaration
     
    
    ReadOnly Property NativeBrowerControl As Object
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Object
     
    value = instance.NativeBrowerControl
    object NativeBrowerControl {get;}
    See Also