ComponentOne TileControl for WinForms
GetForeColor Method

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > Tile Class : GetForeColor Method
Returns the foreground color of the tile.
Syntax
'Declaration
 
Public Function GetForeColor() As System.Drawing.Color
public System.Drawing.Color GetForeColor()
Remarks
This method never returns the Color.Empty value. If the foreground color is not set for the given Tile, it is obtained from the TileForeColor property of the owner control.
See Also

Reference

Tile Class
Tile Members