# C1.Win.Tile.C1TileControl.HotCheckForeColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Tile_C1TileControl_HotCheckForeColor_" data-uid="C1.Win.Tile.C1TileControl.HotCheckForeColor*">HotCheckForeColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Tile_C1TileControl_HotCheckForeColor_" data-uid="C1.Win.Tile.C1TileControl.HotCheckForeColor*"></a>
<h4 id="C1_Win_Tile_C1TileControl_HotCheckForeColor" data-uid="C1.Win.Tile.C1TileControl.HotCheckForeColor">HotCheckForeColor</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Color HotCheckForeColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HotCheckForeColor As Color</code></pre>
</div>
<h5 id="C1_Win_Tile_C1TileControl_HotCheckForeColor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value of this property is ignored if either <a class="xref" href="C1.Win.Tile.C1TileControl.HotBackColor.html#C1_Win_Tile_C1TileControl_HotBackColor">HotBackColor</a> or <a class="xref" href="C1.Win.Tile.C1TileControl.CheckBackColor.html#C1_Win_Tile_C1TileControl_CheckBackColor">CheckBackColor</a> are not set.</p>
</div>
</div>
