# C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_C1Ribbon_ChildCaptionInSquareBrackets_" data-uid="C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets*">ChildCaptionInSquareBrackets Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_C1Ribbon_ChildCaptionInSquareBrackets_" data-uid="C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets*"></a>
<h4 id="C1_Win_Ribbon_C1Ribbon_ChildCaptionInSquareBrackets" data-uid="C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets">ChildCaptionInSquareBrackets</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating if the title of a maximized MDI child window should appear in square brackets after the main Form's title.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;C1Ribbon.ChildCaptionInSquareBrackets&quot;, &quot;Indicates if the title of a maximized MDI child window should appear in square brackets after the main Form&#39;s title.&quot;)]
public bool ChildCaptionInSquareBrackets { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;C1Ribbon.ChildCaptionInSquareBrackets&quot;, &quot;Indicates if the title of a maximized MDI child window should appear in square brackets after the main Form&#39;s title.&quot;)&gt;
Public Property ChildCaptionInSquareBrackets As Boolean</code></pre>
</div>
</div>
