|
|
|
|
Location:
GRDSTD.H
Link against: grid.lib
class TGridColors;
The grid colour specification.
An object of this type encapsulates the colours to be used when drawing a grid cell.
Defined in TGridColors:
TGridColors(), TGridColors(), iBackground, iForeground, iLabelSeparators, iLines
IMPORT_C TGridColors();
Default constructor.
Sets the colours to their default values: foreground colour to the RGB value TRgb(0,0,0), background colour to the RGB value TRgb(255,255,255), the colour of lines to the RGB value TRgb(170,170,170), and the colour of label separators to the RGB value TRgb(0,0,0).
IMPORT_C TGridColors(TRgb aForeground, TRgb aBackground, TRgb aLines, TRgb aLabelSeparators);
Constructor setting the colour values.
|
TRgb iLabelSeparators;
The colour of label separators.