ComponentOne TileControl for WinForms
Creating a CheckMark for the Tile
TileControl for WinForms Task-Based Help > Creating a CheckMark for the Tile

A checkmark can be displayed it the upper right corner of the tile by setting the Checked property to True.

Design-Time

  1. To apply a checkmark to a specific tile, select tile2 and check the checkbox next to the Checked property.
  2. Right-click the C1TileControl and select Properties.
  3. Under the Appearance node set the CheckMarkColor property to Silver.

This topic illustrates the following:

A checkmark appears in the upper right corner of tile2.


See Also