# FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport" data-uid="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport" class="text-break">IEmbeddedControlSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the rendering of embedded child controls on a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.html">FarPoint.Win.Spread.DrawingSpace</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEmbeddedControlSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEmbeddedControlSupport</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="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_ActivationPolicy" data-uid="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.ActivationPolicy">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.ActivationPolicy.html#FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_ActivationPolicy">ActivationPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the activation behavior of the embedded child control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_CanMove" data-uid="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.CanMove">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.CanMove.html#FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_CanMove">CanMove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to move the embedded child control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_CanSize" data-uid="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.CanSize">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.CanSize.html#FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_CanSize">CanSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to resize the embedded child control.</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="FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_ControlPaint_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.ControlPaint(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IEmbeddedControlSupport.ControlPaint.html#FarPoint_Win_Spread_DrawingSpace_IEmbeddedControlSupport_ControlPaint_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">ControlPaint(Graphics, Rectangle, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the embedded child control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
