[]
Represents a single tile.
public class Tile : Component, IComponent, IDisposable
| Name | Description |
|---|---|
| Tile() | Initializes a new instance of a Tile. |
| Name | Description |
|---|---|
| AccessibleDefaultActionDescription | Gets or sets the default action description of the tile for use by accessibility client applications. |
| AccessibleDescription | Gets or sets the description of the tile used by accessibility client applications. |
| AccessibleName | Gets or sets the name of the tile used by accessibility client applications. |
| AccessibleRole | Gets or sets the accessible role of the tile. |
| BackColor | Gets or sets the background color for the tile. |
| BackColor1 | Gets or sets the first additional background color for the tile. |
| BackColor2 | Gets or sets the second additional background color for the tile. |
| BackColor3 | Gets or sets the third additional background color for the tile. |
| BackColor4 | Gets or sets the fourth additional background color for the tile. |
| BackColor5 | Gets or sets the fifth additional background color for the tile. |
| Checked | Gets or sets whether the tile is checked. |
| Enabled | Gets a value indicating whether the tile is enabled. |
| ForeColor | Gets or sets the foreground color for the tile. |
| ForeColor1 | Gets or sets the first additional foreground color for the tile. |
| ForeColor2 | Gets or sets the second additional foreground color for the tile. |
| ForeColor3 | Gets or sets the third additional foreground color for the tile. |
| ForeColor4 | Gets or sets the fourth additional foreground color for the tile. |
| ForeColor5 | Gets or sets the fifth additional foreground color for the tile. |
| Group | Gets or sets the owner group of the Tile. |
| Height | Gets the height of the tile, in pixels. |
| HorizontalSize | Gets or sets the width of the tile, in cells. |
| Image | Gets or sets an image displayed on the tile. |
| Image1 | Gets or sets the first additional image that can be displayed on the tile. |
| Image2 | Gets or sets the second additional image that can be displayed on the tile. |
| Image3 | Gets or sets the third additional image that can be displayed on the tile. |
| Image4 | Gets or sets the fourth additional image that can be displayed on the tile. |
| Image5 | Gets or sets the fifth additional image that can be displayed on the tile. |
| ImageIndex | Gets or sets the index of an image in the ImageList. |
| ImageKey | Gets or sets the image key in the ImageList. |
| Index | Gets or sets the index of tile in owner group's Tiles collection. |
| IntValue | Gets or sets an integer value that can be used by template elements. |
| IntValue1 | Gets or sets the first additional integer value that can be used by template elements. |
| IntValue2 | Gets or sets the second additional integer value that can be used by template elements. |
| IntValue3 | Gets or sets the third additional integer value that can be used by template elements. |
| IntValue4 | Gets or sets the fourth additional integer value that can be used by template elements. |
| IntValue5 | Gets or sets the fifth additional integer value that can be used by template elements. |
| IsDisposed | Gets a value indicating whether the Tile has been disposed. |
| LeftCell | Gets or sets the ordinal number of the tile's left cell. |
| Name | Gets or sets the unique name for this Tile. |
| ShowSlides | Gets or sets whether the tile can show slides. |
| SlideIndex | Gets the index of slide that is being displayed on tile, or -1 if the tile in not in slide-show mode. |
| Symbol | Gets or sets a symbol associated with the tile. |
| Tag | Gets or sets an object that contains additional data about the Tile. |
| Template | Gets or sets the tile template. |
| Text | Gets or sets the text on the tile. |
| Text1 | Gets or sets the first additional text string for the tile. |
| Text2 | Gets or sets the second additional text string for the tile. |
| Text3 | Gets or sets the third additional text string for the tile. |
| Text4 | Gets or sets the fourth additional text string for the tile. |
| Text5 | Gets or sets the fifth additional text string for the tile. |
| Text6 | Gets or sets the sixth additional text string for the tile. |
| Text7 | Gets or sets the seventh additional text string for the tile. |
| Text8 | Gets or sets the eighth additional text string for the tile. |
| Text9 | Gets or sets the ninth additional text string for the tile. |
| TileControl | Gets the owner C1TileControl. |
| ToolTipText | Gets or sets the tooltip text for the tile. |
| TopCell | Gets or sets the ordinal number of the tile's top cell. |
| VerticalSize | Gets or sets the height of the tile, in cells. |
| Visible | Gets or sets whether the tile is visible. |
| Width | Gets the width of the tile, in pixels. |
| X | Gets the X-coordinate of the tile relative to the owner group, in pixels. |
| Y | Gets the Y-coordinate of the tile relative to the owner group, in pixels. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| GetBackColor() | Returns the background color of the tile. |
| GetForeColor() | Returns the foreground color of the tile. |
| GetImage() | Returns an image from either ImageList or the Image property of this Tile. |
| Invalidate() | Invalidates the tile, causes the C1TileControl to redraw. |
| OnCheckedChanged(EventArgs) | Raises the CheckedChanged event. |
| OnClick(EventArgs) | Raises the Click event. |
| OnPaint(PaintEventArgs) | Raises the Paint event. |
| PerformClick() | Generates a Click event for the tile. |
| ResetBackColor() | Resets the value of the BackColor property. |
| ResetBackColor1() | Resets the value of the BackColor1 property. |
| ResetBackColor2() | Resets the value of the BackColor2 property. |
| ResetBackColor3() | Resets the value of the BackColor3 property. |
| ResetBackColor4() | Resets the value of the BackColor4 property. |
| ResetBackColor5() | Resets the value of the BackColor5 property. |
| ResetForeColor() | Resets the value of the ForeColor property. |
| ResetForeColor1() | Resets the value of the ForeColor1 property. |
| ResetForeColor2() | Resets the value of the ForeColor2 property. |
| ResetForeColor3() | Resets the value of the ForeColor3 property. |
| ResetForeColor4() | Resets the value of the ForeColor4 property. |
| ResetForeColor5() | Resets the value of the ForeColor5 property. |
| Name | Description |
|---|---|
| CheckedChanged | Occurs when the tile is checked or unchecked. |
| Click | Occurs when the tile is clicked. |
| Paint | Occurs when the tile is redrawing, after painting the tile's template. |