ComponentOne TileControl for WinForms
GetBackColor Method

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

Reference

Tile Class
Tile Members