Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / WebBrowser Property

In This Topic
    WebBrowser Property
    In This Topic
    Returns the ActiveX WebBrowser object for current Mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property WebBrowser As System.Object
    public System.object WebBrowser {get;}
    Remarks

    This property returns a reference to the IWebBrowser2 interface. C1Editor uses Microsoft WebBrowser ActiveX control internally.

    In some advanced cases programmers may need to access that control directly to perform tasks that aren't otherwise available from C1Editor public interface. Such direct access to the underlying WebBrowser should be used only if there is no other way, and the programmer using it is responsible for not interfering with intenal invisible markup and attributes (such as ids, etc) used in the underlying HTML by C1Editor.

    See Also