# GrapeCity.Documents.Excel.Forms.IContentControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_IContentControl" data-uid="GrapeCity.Documents.Excel.Forms.IContentControl" class="text-break">IContentControl Interface
</h1>
  <div class="markdown level0 summary"><p>Common members of controls that have text content to display.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_IContentControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IContentControl : IControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IContentControl
    Inherits IControl</code></pre>
  </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="GrapeCity_Documents_Excel_Forms_IContentControl_LockedText" data-uid="GrapeCity.Documents.Excel.Forms.IContentControl.LockedText">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IContentControl.LockedText.html#GrapeCity_Documents_Excel_Forms_IContentControl_LockedText">LockedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text is locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_IContentControl_Text" data-uid="GrapeCity.Documents.Excel.Forms.IContentControl.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.IContentControl.Text.html#GrapeCity_Documents_Excel_Forms_IContentControl_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text to display.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
