# C1.Win.C1Editor.C1Editor.WebBrowser

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_C1Editor_WebBrowser_" data-uid="C1.Win.C1Editor.C1Editor.WebBrowser*">WebBrowser Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_C1Editor_WebBrowser_" data-uid="C1.Win.C1Editor.C1Editor.WebBrowser*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_WebBrowser" data-uid="C1.Win.C1Editor.C1Editor.WebBrowser">WebBrowser</h4>
<div class="markdown level1 summary"><p>Returns the ActiveX WebBrowser object for current <a class="xref" href="C1.Win.C1Editor.C1Editor.Mode.html#C1_Win_C1Editor_C1Editor_Mode">Mode</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public object WebBrowser { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property WebBrowser As Object</code></pre>
</div>
<h5 id="C1_Win_C1Editor_C1Editor_WebBrowser_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns a reference to the IWebBrowser2 interface.
C1Editor uses Microsoft WebBrowser ActiveX control internally.</p>
<p>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.</p>
</div>
</div>
