The DTBLMVLISTBOX structure describes a multivalued list box to be displayed in a dialog box that is built from a display table.
Header file: | MAPIDEFS.H |
typedef struct _DTBLMVLISTBOX
{
ULONG ulFlags;
ULONG ulMVPropTag;
} DTBLMVLISTBOX, FAR * LPDTBLMVLISTBOX;
A DTBLMVLISTBOX structure describes a standard multivalued list box — a read-only list of items. With a standard multivalued list box, the values are displayed immediately.
The data that is displayed comes from the property identified in the ulMVPropTag member. There is no need to read from the property interface that is associated with the display table. Also, because users are not allowed to make selections from these types of list boxes, data is not written to the property interface.
Only multivalued string properties are supported for the multivalued list box; other multivalued property types are not supported.
For an overview of display tables, see Display Tables. For information about implementing a display table, see Implementing a Display Table.
Display Table Structures, DTCTL