Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: uikon.rh

Resource Struct LISTBOX

LISTBOX

Support

Supported from 6.0

Description

Label resource.

Resources with this structure are read by CEikTextListBox::ConstructFromResourceL(), and describe the CEikTextListBox to be constructed.

See also:

BYTE version=0;

Version number.

WORD flags = 0;

Flags for the list box, as defined in CEikListBox::TFlags.

See also:

WORD height = 5;

Height of the list box in items.

WORD width = 10;

Width of the list box in characters.

LLINK array_id = 0;

Link to an array of list box items.The expected type is a LBUF[].