# C1.Win.TouchToolKit.ToolStripZoomPolicy

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_ToolStripZoomPolicy" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy" class="text-break">ToolStripZoomPolicy Class
</h1>
  <div class="markdown level0 summary"><p>Represents a zoom policy for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a> type control.</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"><a class="xref" href="C1.Win.TouchToolKit.ZoomPolicy.html">ZoomPolicy</a></div>
    <div class="level2"><span class="xref">ToolStripZoomPolicy</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_ToolStripZoomPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ToolStripZoomPolicy : ZoomPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ToolStripZoomPolicy
    Inherits ZoomPolicy</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_ToolStripZoomPolicy_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
<a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.html">ToolStripZoomPolicy</a> will change <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip">ToolStrip</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstrip.items">Items</a>'s font and bounds after zoom.
</p>
<p>
For <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdownitem">ToolStripDropDownItem</a>, will zoom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdownitem.dropdown">DropDown</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripdropdownitem.dropdownitems">DropDownItems</a>. If it is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripsplitbutton">ToolStripSplitButton</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripsplitbutton.dropdownbuttonwidth">DropDownButtonWidth</a> will be changed too.
For <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripcontrolhost">ToolStripControlHost</a>, will zoom <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripcontrolhost.control">Control</a> just like a normal control.
For <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripseparator">ToolStripSeparator</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstriplabel">ToolStripLabel</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripbutton">ToolStripButton</a>, just use basic zoom policy.
</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_ToolStripZoomPolicy__ctor" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.-ctor.html#C1_Win_TouchToolKit_ToolStripZoomPolicy__ctor">ToolStripZoomPolicy()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_TouchToolKit_ToolStripZoomPolicy_TargetType" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.TargetType">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.TargetType.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_TargetType">TargetType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type indicates which control type can use this policy.</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_TouchToolKit_ToolStripZoomPolicy_GetChildren_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.GetChildren(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.GetChildren.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_GetChildren_System_Windows_Forms_Control_">GetChildren(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the collection of controls contained within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ToolStripZoomPolicy_Initialize_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.Initialize(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.Initialize.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_Initialize_System_Windows_Forms_Control_">Initialize(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the control before zoom action start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ToolStripZoomPolicy_Terminate_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.Terminate(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.Terminate.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_Terminate_System_Windows_Forms_Control_">Terminate(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Terminate the control after zoom action completely.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ToolStripZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.ZoomBounds(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomBoundsInfo)">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.ZoomBounds.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_">ZoomBounds(Control, ZoomBoundsInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom the control bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ToolStripZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_" data-uid="C1.Win.TouchToolKit.ToolStripZoomPolicy.ZoomFont(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomFontInfo)">
          <a class="xref" href="C1.Win.TouchToolKit.ToolStripZoomPolicy.ZoomFont.html#C1_Win_TouchToolKit_ToolStripZoomPolicy_ZoomFont_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomFontInfo_">ZoomFont(Control, ZoomFontInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom the control font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Win.TouchToolKit.ZoomPolicy.html">ZoomPolicy</a></div>
      <div><a class="xref" href="C1.Win.TouchToolKit.ControlZoomPolicy.html">ControlZoomPolicy</a></div>
  </div>

</div>
