# C1.Win.Tile.C1TileControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_C1TileControl" data-uid="C1.Win.Tile.C1TileControl" class="text-break">C1TileControl Class
</h1>
  <div class="markdown level0 summary"><p>Represents a scrollable surface with tiles.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><span class="xref">C1TileControl</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_C1TileControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1TileControl), &quot;C1TileControl.png&quot;)]
[ComVisible(true)]
public class C1TileControl : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1TileControl), &quot;C1TileControl.png&quot;)&gt;
&lt;ComVisible(True)&gt;
Public Class C1TileControl
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </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_Tile_C1TileControl__ctor" data-uid="C1.Win.Tile.C1TileControl.#ctor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.-ctor.html#C1_Win_Tile_C1TileControl__ctor">C1TileControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</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_Tile_C1TileControl_AllowChecking" data-uid="C1.Win.Tile.C1TileControl.AllowChecking">
          <a class="xref" href="C1.Win.Tile.C1TileControl.AllowChecking.html#C1_Win_Tile_C1TileControl_AllowChecking">AllowChecking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can check/uncheck tiles using a swipe gesture or mouse right-click.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_AllowPanningFeedback" data-uid="C1.Win.Tile.C1TileControl.AllowPanningFeedback">
          <a class="xref" href="C1.Win.Tile.C1TileControl.AllowPanningFeedback.html#C1_Win_Tile_C1TileControl_AllowPanningFeedback">AllowPanningFeedback</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the owner form has to display a visual cue when a user
reaches the end of a pannable area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_AllowRearranging" data-uid="C1.Win.Tile.C1TileControl.AllowRearranging">
          <a class="xref" href="C1.Win.Tile.C1TileControl.AllowRearranging.html#C1_Win_Tile_C1TileControl_AllowRearranging">AllowRearranging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can move tiles with the mouse or touch device.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_AutomaticLayout" data-uid="C1.Win.Tile.C1TileControl.AutomaticLayout">
          <a class="xref" href="C1.Win.Tile.C1TileControl.AutomaticLayout.html#C1_Win_Tile_C1TileControl_AutomaticLayout">AutomaticLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tiles should be arranged automatically or manually.
The <a class="xref" href="C1.Win.Tile.Tile.LeftCell.html#C1_Win_Tile_Tile_LeftCell">LeftCell</a> and <a class="xref" href="C1.Win.Tile.Tile.TopCell.html#C1_Win_Tile_Tile_TopCell">TopCell</a> properties are ignored
in automatic mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_BackImageLayout" data-uid="C1.Win.Tile.C1TileControl.BackImageLayout">
          <a class="xref" href="C1.Win.Tile.C1TileControl.BackImageLayout.html#C1_Win_Tile_C1TileControl_BackImageLayout">BackImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CellHeight" data-uid="C1.Win.Tile.C1TileControl.CellHeight">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CellHeight.html#C1_Win_Tile_C1TileControl_CellHeight">CellHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of a single tile cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CellSpacing" data-uid="C1.Win.Tile.C1TileControl.CellSpacing">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CellSpacing.html#C1_Win_Tile_C1TileControl_CellSpacing">CellSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between tile cells in a group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CellWidth" data-uid="C1.Win.Tile.C1TileControl.CellWidth">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CellWidth.html#C1_Win_Tile_C1TileControl_CellWidth">CellWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a single tile cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckBackColor" data-uid="C1.Win.Tile.C1TileControl.CheckBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBackColor.html#C1_Win_Tile_C1TileControl_CheckBackColor">CheckBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.BackColor.html#C1_Win_Tile_Tile_BackColor">BackColor</a> when a tile is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckBorderColor" data-uid="C1.Win.Tile.C1TileControl.CheckBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBorderColor.html#C1_Win_Tile_C1TileControl_CheckBorderColor">CheckBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of tile border when the tile is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckForeColor" data-uid="C1.Win.Tile.C1TileControl.CheckForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckForeColor.html#C1_Win_Tile_C1TileControl_CheckForeColor">CheckForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.ForeColor.html#C1_Win_Tile_Tile_ForeColor">ForeColor</a> when a tile is checked and <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBackColor.html#C1_Win_Tile_C1TileControl_CheckBackColor">CheckBackColor</a> is set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckMarkColor" data-uid="C1.Win.Tile.C1TileControl.CheckMarkColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckMarkColor.html#C1_Win_Tile_C1TileControl_CheckMarkColor">CheckMarkColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the check mark for checked tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckMarkImage" data-uid="C1.Win.Tile.C1TileControl.CheckMarkImage">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckMarkImage.html#C1_Win_Tile_C1TileControl_CheckMarkImage">CheckMarkImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the check mark image for checked tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckWaitingColor" data-uid="C1.Win.Tile.C1TileControl.CheckWaitingColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckWaitingColor.html#C1_Win_Tile_C1TileControl_CheckWaitingColor">CheckWaitingColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the supposed check mark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CheckedTiles" data-uid="C1.Win.Tile.C1TileControl.CheckedTiles">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CheckedTiles.html#C1_Win_Tile_C1TileControl_CheckedTiles">CheckedTiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of all visible checked tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CommonImage1" data-uid="C1.Win.Tile.C1TileControl.CommonImage1">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CommonImage1.html#C1_Win_Tile_C1TileControl_CommonImage1">CommonImage1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first common image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CommonImage2" data-uid="C1.Win.Tile.C1TileControl.CommonImage2">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CommonImage2.html#C1_Win_Tile_C1TileControl_CommonImage2">CommonImage2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the second common image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CommonImage3" data-uid="C1.Win.Tile.C1TileControl.CommonImage3">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CommonImage3.html#C1_Win_Tile_C1TileControl_CommonImage3">CommonImage3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the third common image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Cursor" data-uid="C1.Win.Tile.C1TileControl.Cursor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Cursor.html#C1_Win_Tile_C1TileControl_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cursor that is displayed when the mouse pointer is over the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_DataMember" data-uid="C1.Win.Tile.C1TileControl.DataMember">
          <a class="xref" href="C1.Win.Tile.C1TileControl.DataMember.html#C1_Win_Tile_C1TileControl_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specific list in a <a class="xref" href="C1.Win.Tile.C1TileControl.DataSource.html#C1_Win_Tile_C1TileControl_DataSource">DataSource</a> that is bound to the tile control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_DataSource" data-uid="C1.Win.Tile.C1TileControl.DataSource">
          <a class="xref" href="C1.Win.Tile.C1TileControl.DataSource.html#C1_Win_Tile_C1TileControl_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source object for the tile control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_DefaultSize" data-uid="C1.Win.Tile.C1TileControl.DefaultSize">
          <a class="xref" href="C1.Win.Tile.C1TileControl.DefaultSize.html#C1_Win_Tile_C1TileControl_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default size of the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_DefaultTemplate" data-uid="C1.Win.Tile.C1TileControl.DefaultTemplate">
          <a class="xref" href="C1.Win.Tile.C1TileControl.DefaultTemplate.html#C1_Win_Tile_C1TileControl_DefaultTemplate">DefaultTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default template for tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_FocusedBorderColor" data-uid="C1.Win.Tile.C1TileControl.FocusedBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.FocusedBorderColor.html#C1_Win_Tile_C1TileControl_FocusedBorderColor">FocusedBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of tile border when the tile is selected with keyboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_FocusedTile" data-uid="C1.Win.Tile.C1TileControl.FocusedTile">
          <a class="xref" href="C1.Win.Tile.C1TileControl.FocusedTile.html#C1_Win_Tile_C1TileControl_FocusedTile">FocusedTile</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tile that has the keyboard focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupFont" data-uid="C1.Win.Tile.C1TileControl.GroupFont">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupFont.html#C1_Win_Tile_C1TileControl_GroupFont">GroupFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for group captions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupForeColor" data-uid="C1.Win.Tile.C1TileControl.GroupForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupForeColor.html#C1_Win_Tile_C1TileControl_GroupForeColor">GroupForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of a group caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupPadding" data-uid="C1.Win.Tile.C1TileControl.GroupPadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupPadding.html#C1_Win_Tile_C1TileControl_GroupPadding">GroupPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interior spacing of a tile group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupSpacing" data-uid="C1.Win.Tile.C1TileControl.GroupSpacing">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupSpacing.html#C1_Win_Tile_C1TileControl_GroupSpacing">GroupSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between groups on the scrollable surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupTextBold" data-uid="C1.Win.Tile.C1TileControl.GroupTextBold">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupTextBold.html#C1_Win_Tile_C1TileControl_GroupTextBold">GroupTextBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the group caption font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupTextSize" data-uid="C1.Win.Tile.C1TileControl.GroupTextSize">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupTextSize.html#C1_Win_Tile_C1TileControl_GroupTextSize">GroupTextSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size for group captions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupTextX" data-uid="C1.Win.Tile.C1TileControl.GroupTextX">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupTextX.html#C1_Win_Tile_C1TileControl_GroupTextX">GroupTextX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal offset of a group caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GroupTextY" data-uid="C1.Win.Tile.C1TileControl.GroupTextY">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GroupTextY.html#C1_Win_Tile_C1TileControl_GroupTextY">GroupTextY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical offset of a group caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Groups" data-uid="C1.Win.Tile.C1TileControl.Groups">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Groups.html#C1_Win_Tile_C1TileControl_Groups">Groups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tile groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_HotBackColor" data-uid="C1.Win.Tile.C1TileControl.HotBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.HotBackColor.html#C1_Win_Tile_C1TileControl_HotBackColor">HotBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.BackColor.html#C1_Win_Tile_Tile_BackColor">BackColor</a> when a tile is hovered with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_HotBorderColor" data-uid="C1.Win.Tile.C1TileControl.HotBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.HotBorderColor.html#C1_Win_Tile_C1TileControl_HotBorderColor">HotBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of tile border when the tile is hovered with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_HotCheckBackColor" data-uid="C1.Win.Tile.C1TileControl.HotCheckBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.HotCheckBackColor.html#C1_Win_Tile_C1TileControl_HotCheckBackColor">HotCheckBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.BackColor.html#C1_Win_Tile_Tile_BackColor">BackColor</a> when a checked tile is hovered with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_HotCheckForeColor" data-uid="C1.Win.Tile.C1TileControl.HotCheckForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.HotCheckForeColor.html#C1_Win_Tile_C1TileControl_HotCheckForeColor">HotCheckForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.ForeColor.html#C1_Win_Tile_Tile_ForeColor">ForeColor</a> when a checked tile is hovered with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_HotForeColor" data-uid="C1.Win.Tile.C1TileControl.HotForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.HotForeColor.html#C1_Win_Tile_C1TileControl_HotForeColor">HotForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color that replaces <a class="xref" href="C1.Win.Tile.Tile.ForeColor.html#C1_Win_Tile_Tile_ForeColor">ForeColor</a> when a tile is hovered with the mouse and <a class="xref" href="C1.Win.Tile.C1TileControl.HotBackColor.html#C1_Win_Tile_C1TileControl_HotBackColor">HotBackColor</a> is set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ImageList" data-uid="C1.Win.Tile.C1TileControl.ImageList">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ImageList.html#C1_Win_Tile_C1TileControl_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList that contains the images to display on the tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ImeMode" data-uid="C1.Win.Tile.C1TileControl.ImeMode">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ImeMode.html#C1_Win_Tile_C1TileControl_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>This property is not relevant to this class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_MaximumRowsOrColumns" data-uid="C1.Win.Tile.C1TileControl.MaximumRowsOrColumns">
          <a class="xref" href="C1.Win.Tile.C1TileControl.MaximumRowsOrColumns.html#C1_Win_Tile_C1TileControl_MaximumRowsOrColumns">MaximumRowsOrColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of cell rows (for horizontal orientation)
or cell columns (for vertical orientation) in automatic layout mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_MovingBackground" data-uid="C1.Win.Tile.C1TileControl.MovingBackground">
          <a class="xref" href="C1.Win.Tile.C1TileControl.MovingBackground.html#C1_Win_Tile_C1TileControl_MovingBackground">MovingBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the background image should be scrolled with the tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_MovingTileOpacity" data-uid="C1.Win.Tile.C1TileControl.MovingTileOpacity">
          <a class="xref" href="C1.Win.Tile.C1TileControl.MovingTileOpacity.html#C1_Win_Tile_C1TileControl_MovingTileOpacity">MovingTileOpacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity level of a tile being moved by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OffsetLimit" data-uid="C1.Win.Tile.C1TileControl.OffsetLimit">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OffsetLimit.html#C1_Win_Tile_C1TileControl_OffsetLimit">OffsetLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimal negative offset of the scrolling area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Orientation" data-uid="C1.Win.Tile.C1TileControl.Orientation">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Orientation.html#C1_Win_Tile_C1TileControl_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the groups are arranged horizontally or vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Padding" data-uid="C1.Win.Tile.C1TileControl.Padding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Padding.html#C1_Win_Tile_C1TileControl_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interior spacing of the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_PassthroughNavigation" data-uid="C1.Win.Tile.C1TileControl.PassthroughNavigation">
          <a class="xref" href="C1.Win.Tile.C1TileControl.PassthroughNavigation.html#C1_Win_Tile_C1TileControl_PassthroughNavigation">PassthroughNavigation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the keyboard should navigate to the next row/column after focusing the last tile in the current row/column (for vertical/horizontal layout).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_PropertyMappings" data-uid="C1.Win.Tile.C1TileControl.PropertyMappings">
          <a class="xref" href="C1.Win.Tile.C1TileControl.PropertyMappings.html#C1_Win_Tile_C1TileControl_PropertyMappings">PropertyMappings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tile property mappings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SBThumbBorderColor" data-uid="C1.Win.Tile.C1TileControl.SBThumbBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SBThumbBorderColor.html#C1_Win_Tile_C1TileControl_SBThumbBorderColor">SBThumbBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the scroll bar thumb border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SBThumbInnerColor" data-uid="C1.Win.Tile.C1TileControl.SBThumbInnerColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SBThumbInnerColor.html#C1_Win_Tile_C1TileControl_SBThumbInnerColor">SBThumbInnerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the scroll bar thumb interior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ScrollBarStyle" data-uid="C1.Win.Tile.C1TileControl.ScrollBarStyle">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ScrollBarStyle.html#C1_Win_Tile_C1TileControl_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the default or system scroll bar should appear.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ScrollOffset" data-uid="C1.Win.Tile.C1TileControl.ScrollOffset">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ScrollOffset.html#C1_Win_Tile_C1TileControl_ScrollOffset">ScrollOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the negative or zero offset of the scrollable area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ShowToolTips" data-uid="C1.Win.Tile.C1TileControl.ShowToolTips">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ShowToolTips.html#C1_Win_Tile_C1TileControl_ShowToolTips">ShowToolTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltips should appear for tiles and partially visible group captions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SurfaceContentAlignment" data-uid="C1.Win.Tile.C1TileControl.SurfaceContentAlignment">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SurfaceContentAlignment.html#C1_Win_Tile_C1TileControl_SurfaceContentAlignment">SurfaceContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of groups on the scrollable surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SurfacePadding" data-uid="C1.Win.Tile.C1TileControl.SurfacePadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SurfacePadding.html#C1_Win_Tile_C1TileControl_SurfacePadding">SurfacePadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interior spacing of the scrollable surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SwipeDistance" data-uid="C1.Win.Tile.C1TileControl.SwipeDistance">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SwipeDistance.html#C1_Win_Tile_C1TileControl_SwipeDistance">SwipeDistance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance for a swipe gesture to select a tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SwipeRearrangeDistance" data-uid="C1.Win.Tile.C1TileControl.SwipeRearrangeDistance">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SwipeRearrangeDistance.html#C1_Win_Tile_C1TileControl_SwipeRearrangeDistance">SwipeRearrangeDistance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance for a swipe gesture to start rearranging tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Templates" data-uid="C1.Win.Tile.C1TileControl.Templates">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Templates.html#C1_Win_Tile_C1TileControl_Templates">Templates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of custom tile templates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Text" data-uid="C1.Win.Tile.C1TileControl.Text">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Text.html#C1_Win_Tile_C1TileControl_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the main caption text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TextBold" data-uid="C1.Win.Tile.C1TileControl.TextBold">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TextBold.html#C1_Win_Tile_C1TileControl_TextBold">TextBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the caption text font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TextSize" data-uid="C1.Win.Tile.C1TileControl.TextSize">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TextSize.html#C1_Win_Tile_C1TileControl_TextSize">TextSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size for the caption text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TextX" data-uid="C1.Win.Tile.C1TileControl.TextX">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TextX.html#C1_Win_Tile_C1TileControl_TextX">TextX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate of the text caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TextY" data-uid="C1.Win.Tile.C1TileControl.TextY">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TextY.html#C1_Win_Tile_C1TileControl_TextY">TextY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate of the text caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileBackColor" data-uid="C1.Win.Tile.C1TileControl.TileBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileBackColor.html#C1_Win_Tile_C1TileControl_TileBackColor">TileBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default background color of tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileBorderColor" data-uid="C1.Win.Tile.C1TileControl.TileBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileBorderColor.html#C1_Win_Tile_C1TileControl_TileBorderColor">TileBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of a thin border that is drawn around tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileForeColor" data-uid="C1.Win.Tile.C1TileControl.TileForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileForeColor.html#C1_Win_Tile_C1TileControl_TileForeColor">TileForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default foreground color of tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileRoundedCorners" data-uid="C1.Win.Tile.C1TileControl.TileRoundedCorners">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileRoundedCorners.html#C1_Win_Tile_C1TileControl_TileRoundedCorners">TileRoundedCorners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether tiles are displayed with rounded corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ToolTipInitialDelay" data-uid="C1.Win.Tile.C1TileControl.ToolTipInitialDelay">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ToolTipInitialDelay.html#C1_Win_Tile_C1TileControl_ToolTipInitialDelay">ToolTipInitialDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time that passes before the tooltips appear, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_UncheckTilesOnClick" data-uid="C1.Win.Tile.C1TileControl.UncheckTilesOnClick">
          <a class="xref" href="C1.Win.Tile.C1TileControl.UncheckTilesOnClick.html#C1_Win_Tile_C1TileControl_UncheckTilesOnClick">UncheckTilesOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether all tiles are unchecked after clicking a tile.</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_Tile_C1TileControl_BeginUpdate" data-uid="C1.Win.Tile.C1TileControl.BeginUpdate">
          <a class="xref" href="C1.Win.Tile.C1TileControl.BeginUpdate.html#C1_Win_Tile_C1TileControl_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains drawing performance while applying massive changes to <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ClearCache" data-uid="C1.Win.Tile.C1TileControl.ClearCache">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ClearCache.html#C1_Win_Tile_C1TileControl_ClearCache">ClearCache()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases memory occupied by internal cached images. It doesn't force garbage collection though.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CreateAccessibilityInstance" data-uid="C1.Win.Tile.C1TileControl.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CreateAccessibilityInstance.html#C1_Win_Tile_C1TileControl_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the custom AccessibleObject for the C1TileControl.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_Dispose_System_Boolean_" data-uid="C1.Win.Tile.C1TileControl.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.Dispose.html#C1_Win_Tile_C1TileControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_EndUpdate" data-uid="C1.Win.Tile.C1TileControl.EndUpdate">
          <a class="xref" href="C1.Win.Tile.C1TileControl.EndUpdate.html#C1_Win_Tile_C1TileControl_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes processing after it has been suspended by a call to <a class="xref" href="C1.Win.Tile.C1TileControl.BeginUpdate.html#C1_Win_Tile_C1TileControl_BeginUpdate">BeginUpdate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_GetTileAt_System_Drawing_Point_" data-uid="C1.Win.Tile.C1TileControl.GetTileAt(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.GetTileAt.html#C1_Win_Tile_C1TileControl_GetTileAt_System_Drawing_Point_">GetTileAt(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> at the point specified in <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>'s client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Win.Tile.C1TileControl.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.IsInputKey.html#C1_Win_Tile_C1TileControl_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is regular input key or a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_LoadXml_System_IO_Stream_" data-uid="C1.Win.Tile.C1TileControl.LoadXml(System.IO.Stream)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.LoadXml.html#C1_Win_Tile_C1TileControl_LoadXml_System_IO_Stream_">LoadXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_LoadXml_System_String_" data-uid="C1.Win.Tile.C1TileControl.LoadXml(System.String)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.LoadXml.html#C1_Win_Tile_C1TileControl_LoadXml_System_String_">LoadXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> from an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_LoadXml_System_Xml_XmlDocument_" data-uid="C1.Win.Tile.C1TileControl.LoadXml(System.Xml.XmlDocument)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.LoadXml.html#C1_Win_Tile_C1TileControl_LoadXml_System_Xml_XmlDocument_">LoadXml(XmlDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> from an <span class="xref">System.Xml.XmlDocument</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnBackColorChanged.html#C1_Win_Tile_C1TileControl_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BackColorChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnBackgroundImageChanged_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnBackgroundImageChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnBackgroundImageChanged.html#C1_Win_Tile_C1TileControl_OnBackgroundImageChanged_System_EventArgs_">OnBackgroundImageChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BackgroundImageChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnBindingContextChanged_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnBindingContextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnBindingContextChanged.html#C1_Win_Tile_C1TileControl_OnBindingContextChanged_System_EventArgs_">OnBindingContextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BindingContextChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnChangeUICues_System_Windows_Forms_UICuesEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnChangeUICues(System.Windows.Forms.UICuesEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnChangeUICues.html#C1_Win_Tile_C1TileControl_OnChangeUICues_System_Windows_Forms_UICuesEventArgs_">OnChangeUICues(UICuesEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ChangeUICues event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnClick_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnClick.html#C1_Win_Tile_C1TileControl_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Click event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnCompareGroups_C1_Win_Tile_CompareGroupsEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnCompareGroups(C1.Win.Tile.CompareGroupsEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnCompareGroups.html#C1_Win_Tile_C1TileControl_OnCompareGroups_C1_Win_Tile_CompareGroupsEventArgs_">OnCompareGroups(CompareGroupsEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.CompareGroups.html">CompareGroups</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnCompareTiles_C1_Win_Tile_CompareTilesEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnCompareTiles(C1.Win.Tile.CompareTilesEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnCompareTiles.html#C1_Win_Tile_C1TileControl_OnCompareTiles_C1_Win_Tile_CompareTilesEventArgs_">OnCompareTiles(CompareTilesEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.CompareTiles.html">CompareTiles</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnFilterItem_C1_Win_Tile_FilterItemEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnFilterItem(C1.Win.Tile.FilterItemEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnFilterItem.html#C1_Win_Tile_C1TileControl_OnFilterItem_C1_Win_Tile_FilterItemEventArgs_">OnFilterItem(FilterItemEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.FilterItem.html">FilterItem</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnFontChanged.html#C1_Win_Tile_C1TileControl_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FontChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnFormatValue_C1_Win_Tile_FormatValueEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnFormatValue(C1.Win.Tile.FormatValueEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnFormatValue.html#C1_Win_Tile_C1TileControl_OnFormatValue_C1_Win_Tile_FormatValueEventArgs_">OnFormatValue(FormatValueEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.FormatValue.html">FormatValue</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnGotFocus.html#C1_Win_Tile_C1TileControl_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GotFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnKeyDown.html#C1_Win_Tile_C1TileControl_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the KeyDown event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnKeyPress.html#C1_Win_Tile_C1TileControl_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the KeyPress event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnLostFocus.html#C1_Win_Tile_C1TileControl_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LostFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseClick_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseClick.html#C1_Win_Tile_C1TileControl_OnMouseClick_System_Windows_Forms_MouseEventArgs_">OnMouseClick(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseDoubleClick_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseDoubleClick.html#C1_Win_Tile_C1TileControl_OnMouseDoubleClick_System_Windows_Forms_MouseEventArgs_">OnMouseDoubleClick(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseDoubleClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseDown.html#C1_Win_Tile_C1TileControl_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseDown event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseEnter.html#C1_Win_Tile_C1TileControl_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseEnter event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseLeave.html#C1_Win_Tile_C1TileControl_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseLeave event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseMove.html#C1_Win_Tile_C1TileControl_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseMove event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnMouseUp.html#C1_Win_Tile_C1TileControl_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseUp event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnPaint.html#C1_Win_Tile_C1TileControl_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Paint event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnResize_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnResize(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnResize.html#C1_Win_Tile_C1TileControl_OnResize_System_EventArgs_">OnResize(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Resize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnRightToLeftChanged.html#C1_Win_Tile_C1TileControl_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RightToLeftChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnTileChecked_C1_Win_Tile_TileEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnTileChecked(C1.Win.Tile.TileEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnTileChecked.html#C1_Win_Tile_C1TileControl_OnTileChecked_C1_Win_Tile_TileEventArgs_">OnTileChecked(TileEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.TileChecked.html">TileChecked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnTileClicked_C1_Win_Tile_TileEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnTileClicked(C1.Win.Tile.TileEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnTileClicked.html#C1_Win_Tile_C1TileControl_OnTileClicked_C1_Win_Tile_TileEventArgs_">OnTileClicked(TileEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.TileClicked.html">TileClicked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnTileMoved_C1_Win_Tile_TileEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnTileMoved(C1.Win.Tile.TileEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnTileMoved.html#C1_Win_Tile_C1TileControl_OnTileMoved_C1_Win_Tile_TileEventArgs_">OnTileMoved(TileEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.TileMoved.html">TileMoved</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_OnTileUnchecked_C1_Win_Tile_TileEventArgs_" data-uid="C1.Win.Tile.C1TileControl.OnTileUnchecked(C1.Win.Tile.TileEventArgs)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.OnTileUnchecked.html#C1_Win_Tile_C1TileControl_OnTileUnchecked_C1_Win_Tile_TileEventArgs_">OnTileUnchecked(TileEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.C1TileControl.TileUnchecked.html">TileUnchecked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetCheckBackColor" data-uid="C1.Win.Tile.C1TileControl.ResetCheckBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetCheckBackColor.html#C1_Win_Tile_C1TileControl_ResetCheckBackColor">ResetCheckBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBackColor.html#C1_Win_Tile_C1TileControl_CheckBackColor">CheckBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetCheckBorderColor" data-uid="C1.Win.Tile.C1TileControl.ResetCheckBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetCheckBorderColor.html#C1_Win_Tile_C1TileControl_ResetCheckBorderColor">ResetCheckBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBorderColor.html#C1_Win_Tile_C1TileControl_CheckBorderColor">CheckBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetCheckForeColor" data-uid="C1.Win.Tile.C1TileControl.ResetCheckForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetCheckForeColor.html#C1_Win_Tile_C1TileControl_ResetCheckForeColor">ResetCheckForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.CheckForeColor.html#C1_Win_Tile_C1TileControl_CheckForeColor">CheckForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetCheckMarkColor" data-uid="C1.Win.Tile.C1TileControl.ResetCheckMarkColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetCheckMarkColor.html#C1_Win_Tile_C1TileControl_ResetCheckMarkColor">ResetCheckMarkColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.CheckMarkColor.html#C1_Win_Tile_C1TileControl_CheckMarkColor">CheckMarkColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetCheckWaitingColor" data-uid="C1.Win.Tile.C1TileControl.ResetCheckWaitingColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetCheckWaitingColor.html#C1_Win_Tile_C1TileControl_ResetCheckWaitingColor">ResetCheckWaitingColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.CheckWaitingColor.html#C1_Win_Tile_C1TileControl_CheckWaitingColor">CheckWaitingColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetFocusedBorderColor" data-uid="C1.Win.Tile.C1TileControl.ResetFocusedBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetFocusedBorderColor.html#C1_Win_Tile_C1TileControl_ResetFocusedBorderColor">ResetFocusedBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.FocusedBorderColor.html#C1_Win_Tile_C1TileControl_FocusedBorderColor">FocusedBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetGroupForeColor" data-uid="C1.Win.Tile.C1TileControl.ResetGroupForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetGroupForeColor.html#C1_Win_Tile_C1TileControl_ResetGroupForeColor">ResetGroupForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.GroupForeColor.html#C1_Win_Tile_C1TileControl_GroupForeColor">GroupForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetGroupPadding" data-uid="C1.Win.Tile.C1TileControl.ResetGroupPadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetGroupPadding.html#C1_Win_Tile_C1TileControl_ResetGroupPadding">ResetGroupPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.GroupPadding.html#C1_Win_Tile_C1TileControl_GroupPadding">GroupPadding</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetHotBackColor" data-uid="C1.Win.Tile.C1TileControl.ResetHotBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetHotBackColor.html#C1_Win_Tile_C1TileControl_ResetHotBackColor">ResetHotBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.HotBackColor.html#C1_Win_Tile_C1TileControl_HotBackColor">HotBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetHotBorderColor" data-uid="C1.Win.Tile.C1TileControl.ResetHotBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetHotBorderColor.html#C1_Win_Tile_C1TileControl_ResetHotBorderColor">ResetHotBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.HotBorderColor.html#C1_Win_Tile_C1TileControl_HotBorderColor">HotBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetHotCheckBackColor" data-uid="C1.Win.Tile.C1TileControl.ResetHotCheckBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetHotCheckBackColor.html#C1_Win_Tile_C1TileControl_ResetHotCheckBackColor">ResetHotCheckBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.HotCheckBackColor.html#C1_Win_Tile_C1TileControl_HotCheckBackColor">HotCheckBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetHotCheckForeColor" data-uid="C1.Win.Tile.C1TileControl.ResetHotCheckForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetHotCheckForeColor.html#C1_Win_Tile_C1TileControl_ResetHotCheckForeColor">ResetHotCheckForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.HotCheckForeColor.html#C1_Win_Tile_C1TileControl_HotCheckForeColor">HotCheckForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetHotForeColor" data-uid="C1.Win.Tile.C1TileControl.ResetHotForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetHotForeColor.html#C1_Win_Tile_C1TileControl_ResetHotForeColor">ResetHotForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.HotForeColor.html#C1_Win_Tile_C1TileControl_HotForeColor">HotForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetPadding" data-uid="C1.Win.Tile.C1TileControl.ResetPadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetPadding.html#C1_Win_Tile_C1TileControl_ResetPadding">ResetPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.Padding.html#C1_Win_Tile_C1TileControl_Padding">Padding</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetSBThumbBorderColor" data-uid="C1.Win.Tile.C1TileControl.ResetSBThumbBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetSBThumbBorderColor.html#C1_Win_Tile_C1TileControl_ResetSBThumbBorderColor">ResetSBThumbBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.SBThumbBorderColor.html#C1_Win_Tile_C1TileControl_SBThumbBorderColor">SBThumbBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetSBThumbInnerColor" data-uid="C1.Win.Tile.C1TileControl.ResetSBThumbInnerColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetSBThumbInnerColor.html#C1_Win_Tile_C1TileControl_ResetSBThumbInnerColor">ResetSBThumbInnerColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.SBThumbInnerColor.html#C1_Win_Tile_C1TileControl_SBThumbInnerColor">SBThumbInnerColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetSurfacePadding" data-uid="C1.Win.Tile.C1TileControl.ResetSurfacePadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetSurfacePadding.html#C1_Win_Tile_C1TileControl_ResetSurfacePadding">ResetSurfacePadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.SurfacePadding.html#C1_Win_Tile_C1TileControl_SurfacePadding">SurfacePadding</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetTileBackColor" data-uid="C1.Win.Tile.C1TileControl.ResetTileBackColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetTileBackColor.html#C1_Win_Tile_C1TileControl_ResetTileBackColor">ResetTileBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.TileBackColor.html#C1_Win_Tile_C1TileControl_TileBackColor">TileBackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetTileBorderColor" data-uid="C1.Win.Tile.C1TileControl.ResetTileBorderColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetTileBorderColor.html#C1_Win_Tile_C1TileControl_ResetTileBorderColor">ResetTileBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.TileBorderColor.html#C1_Win_Tile_C1TileControl_TileBorderColor">TileBorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ResetTileForeColor" data-uid="C1.Win.Tile.C1TileControl.ResetTileForeColor">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ResetTileForeColor.html#C1_Win_Tile_C1TileControl_ResetTileForeColor">ResetTileForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.C1TileControl.TileForeColor.html#C1_Win_Tile_C1TileControl_TileForeColor">TileForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SaveXml_System_IO_Stream_" data-uid="C1.Win.Tile.C1TileControl.SaveXml(System.IO.Stream)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SaveXml.html#C1_Win_Tile_C1TileControl_SaveXml_System_IO_Stream_">SaveXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SaveXml_System_IO_Stream_System_Text_Encoding_" data-uid="C1.Win.Tile.C1TileControl.SaveXml(System.IO.Stream,System.Text.Encoding)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SaveXml.html#C1_Win_Tile_C1TileControl_SaveXml_System_IO_Stream_System_Text_Encoding_">SaveXml(Stream, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SaveXml_System_String_" data-uid="C1.Win.Tile.C1TileControl.SaveXml(System.String)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SaveXml.html#C1_Win_Tile_C1TileControl_SaveXml_System_String_">SaveXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SaveXml_System_String_System_Text_Encoding_" data-uid="C1.Win.Tile.C1TileControl.SaveXml(System.String,System.Text.Encoding)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SaveXml.html#C1_Win_Tile_C1TileControl_SaveXml_System_String_System_Text_Encoding_">SaveXml(string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SaveXml_System_Xml_XmlWriter_" data-uid="C1.Win.Tile.C1TileControl.SaveXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SaveXml.html#C1_Win_Tile_C1TileControl_SaveXml_System_Xml_XmlWriter_">SaveXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the layout of <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.Tile.C1TileControl.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ScaleControl.html#C1_Win_Tile_C1TileControl_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_">ScaleControl(SizeF, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"><p>Scales a control's location, size, padding and margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ScrollToGroup_C1_Win_Tile_Group_System_Boolean_" data-uid="C1.Win.Tile.C1TileControl.ScrollToGroup(C1.Win.Tile.Group,System.Boolean)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ScrollToGroup.html#C1_Win_Tile_C1TileControl_ScrollToGroup_C1_Win_Tile_Group_System_Boolean_">ScrollToGroup(Group, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the surface and make the specified <a class="xref" href="C1.Win.Tile.Group.html">Group</a> visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ScrollToTile_C1_Win_Tile_Tile_System_Boolean_" data-uid="C1.Win.Tile.C1TileControl.ScrollToTile(C1.Win.Tile.Tile,System.Boolean)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ScrollToTile.html#C1_Win_Tile_C1TileControl_ScrollToTile_C1_Win_Tile_Tile_System_Boolean_">ScrollToTile(Tile, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the surface and make the specified <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_SetDataBinding_System_Object_System_String_" data-uid="C1.Win.Tile.C1TileControl.SetDataBinding(System.Object,System.String)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.SetDataBinding.html#C1_Win_Tile_C1TileControl_SetDataBinding_System_Object_System_String_">SetDataBinding(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the DataSource and DataMember properties at run time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ShouldSerializeGroupPadding" data-uid="C1.Win.Tile.C1TileControl.ShouldSerializeGroupPadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ShouldSerializeGroupPadding.html#C1_Win_Tile_C1TileControl_ShouldSerializeGroupPadding">ShouldSerializeGroupPadding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ShouldSerializePadding" data-uid="C1.Win.Tile.C1TileControl.ShouldSerializePadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ShouldSerializePadding.html#C1_Win_Tile_C1TileControl_ShouldSerializePadding">ShouldSerializePadding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_ShouldSerializeSurfacePadding" data-uid="C1.Win.Tile.C1TileControl.ShouldSerializeSurfacePadding">
          <a class="xref" href="C1.Win.Tile.C1TileControl.ShouldSerializeSurfacePadding.html#C1_Win_Tile_C1TileControl_ShouldSerializeSurfacePadding">ShouldSerializeSurfacePadding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_UncheckAllTiles" data-uid="C1.Win.Tile.C1TileControl.UncheckAllTiles">
          <a class="xref" href="C1.Win.Tile.C1TileControl.UncheckAllTiles.html#C1_Win_Tile_C1TileControl_UncheckAllTiles">UncheckAllTiles()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a check mark from all tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.Tile.C1TileControl.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.Tile.C1TileControl.WndProc.html#C1_Win_Tile_C1TileControl_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes Windows messages.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CompareGroups" data-uid="C1.Win.Tile.C1TileControl.CompareGroups">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CompareGroups.html">CompareGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when sorting groups in <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> to compare two groups before their reordering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_CompareTiles" data-uid="C1.Win.Tile.C1TileControl.CompareTiles">
          <a class="xref" href="C1.Win.Tile.C1TileControl.CompareTiles.html">CompareTiles</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when sorting tiles in a <a class="xref" href="C1.Win.Tile.Group.html">Group</a> to compare two tiles before their reordering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_FilterItem" data-uid="C1.Win.Tile.C1TileControl.FilterItem">
          <a class="xref" href="C1.Win.Tile.C1TileControl.FilterItem.html">FilterItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when loading an item from the data source. It allows to skip some items if necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_FormatValue" data-uid="C1.Win.Tile.C1TileControl.FormatValue">
          <a class="xref" href="C1.Win.Tile.C1TileControl.FormatValue.html">FormatValue</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a data value has to be mapped to a tile property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileChecked" data-uid="C1.Win.Tile.C1TileControl.TileChecked">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileChecked.html">TileChecked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when some tile is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileClicked" data-uid="C1.Win.Tile.C1TileControl.TileClicked">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileClicked.html">TileClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when some tile is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileMoved" data-uid="C1.Win.Tile.C1TileControl.TileMoved">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileMoved.html">TileMoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when some tile is moved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_C1TileControl_TileUnchecked" data-uid="C1.Win.Tile.C1TileControl.TileUnchecked">
          <a class="xref" href="C1.Win.Tile.C1TileControl.TileUnchecked.html">TileUnchecked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when some tile is unchecked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
