# C1.Win.C1Editor.UICustomization.Bookmark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_Bookmark" data-uid="C1.Win.C1Editor.UICustomization.Bookmark" class="text-break">Bookmark Class
</h1>
  <div class="markdown level0 summary"><p>Provides information about a bookmark within the document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Bookmark</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.UICustomization.html">C1.Win.C1Editor.UICustomization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_UICustomization_Bookmark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Bookmark</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Bookmark</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_Bookmark_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
A bookmark in XHTML is a &lt;a&gt; tag with a name but without an href attribute.
</p>
<p>To enumerate all bookmarks in the document use the <a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.Bookmarks.html#C1_Win_C1Editor_UICustomization_XHTMLBookmarkItem_Bookmarks">Bookmarks</a> property.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_Bookmark_IsRemoved" data-uid="C1.Win.C1Editor.UICustomization.Bookmark.IsRemoved">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.IsRemoved.html#C1_Win_C1Editor_UICustomization_Bookmark_IsRemoved">IsRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the bookmark is removed during editing in a custom dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_Bookmark_IsSelected" data-uid="C1.Win.C1Editor.UICustomization.Bookmark.IsSelected">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.IsSelected.html#C1_Win_C1Editor_UICustomization_Bookmark_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the bookmark is inside current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_Bookmark_Name" data-uid="C1.Win.C1Editor.UICustomization.Bookmark.Name">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.Name.html#C1_Win_C1Editor_UICustomization_Bookmark_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>The bookmark name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_Bookmark_Remove" data-uid="C1.Win.C1Editor.UICustomization.Bookmark.Remove">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.Remove.html#C1_Win_C1Editor_UICustomization_Bookmark_Remove">Remove()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_Bookmark_Select" data-uid="C1.Win.C1Editor.UICustomization.Bookmark.Select">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.Select.html#C1_Win_C1Editor_UICustomization_Bookmark_Select">Select()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves selection to the specified bookmark.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
