CColumnListBoxData::TColors Class Reference

#include <mw/eikclbd.h>

Link against: eikctl.lib

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

Detailed Description

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

These colours are stored using TRgb values.

Member Attribute Documentation

iBack

TRgb iBack

Stores background color.

iHighlightedBack

TRgb iHighlightedBack

Stores highlighted background colour.

iHighlightedText

TRgb iHighlightedText

Stores highLighted text color.

iText

TRgb iText

Stores text Color.

Constructor & Destructor Documentation

TColors ( )

IMPORT_CTColors()

C++ default constructor.

Constructs and intialises the data colors to blacks and whites.