# GrapeCity.Documents.Word.ContentControl.ShowingPlaceholderText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_ShowingPlaceholderText_" data-uid="GrapeCity.Documents.Word.ContentControl.ShowingPlaceholderText*">ShowingPlaceholderText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_ShowingPlaceholderText_" data-uid="GrapeCity.Documents.Word.ContentControl.ShowingPlaceholderText*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_ShowingPlaceholderText" data-uid="GrapeCity.Documents.Word.ContentControl.ShowingPlaceholderText">ShowingPlaceholderText</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the content of the control shall be interpreted to contain placeholder text for this content control (as opposed to regular text contents within the content control).
If this property is true, this state shall be resumed (showing placeholder text) upon opening this document.
If this property is false, then the content control shall not be interpreted to be showing placeholder text when the document is displayed.
This property has no effect if the property <a class="xref" href="GrapeCity.Documents.Word.ContentControl.ControlType.html#GrapeCity_Documents_Word_ContentControl_ControlType">ControlType</a> is <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_RepeatingSection">RepeatingSection</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowingPlaceholderText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowingPlaceholderText As Boolean</code></pre>
</div>
</div>
