CColumnListBoxData::TColors Class Reference

class CColumnListBoxData::TColors

Represents the colours used within the border and for the optional single pixel border outlines.

These colours are stored using TRgb values.

Public Member Functions
TColors()
Public Attributes
TRgb iBack
TRgb iHighlightedBack
TRgb iHighlightedText
TRgb iText

Constructor & Destructor Documentation

TColors()

IMPORT_CTColors()

C++ default constructor.

Constructs and intialises the data colors to blacks and whites.

Member Data Documentation

TRgb iBack

TRgb iBack

Stores background color.

TRgb iHighlightedBack

TRgb iHighlightedBack

Stores highlighted background colour.

TRgb iHighlightedText

TRgb iHighlightedText

Stores highLighted text color.

TRgb iText

TRgb iText

Stores text Color.