# C1.Win.C1Editor.UICustomization.XHTMLItemBase.SetCustomSelection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_UICustomization_XHTMLItemBase_SetCustomSelection_" data-uid="C1.Win.C1Editor.UICustomization.XHTMLItemBase.SetCustomSelection*">SetCustomSelection Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_UICustomization_XHTMLItemBase_SetCustomSelection_" data-uid="C1.Win.C1Editor.UICustomization.XHTMLItemBase.SetCustomSelection*"></a>
<h4 id="C1_Win_C1Editor_UICustomization_XHTMLItemBase_SetCustomSelection_C1_Win_C1Editor_C1TextRange_" data-uid="C1.Win.C1Editor.UICustomization.XHTMLItemBase.SetCustomSelection(C1.Win.C1Editor.C1TextRange)">SetCustomSelection(C1TextRange)</h4>
<div class="markdown level1 summary"><p>For internal use.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void SetCustomSelection(C1TextRange range)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub SetCustomSelection(range As C1TextRange)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.C1Editor.C1TextRange.html">C1TextRange</a></td>
      <td><span class="parametername">range</span></td>
      <td><p>Range.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
