DTBLMVLISTBOX
The DTBLMVLISTBOX
structure describes a multivalued list box to be displayed in a dialog box that
is built from a display table.
Quick Info
Header
file: |
MAPIDEFS.H |
typedef struct _DTBLMVLISTBOX
{
ULONG
ulFlags;
ULONG
ulMVPropTag;
} DTBLMVLISTBOX, FAR * LPDTBLMVLISTBOX;
Members
ulFlags
Reserved;
must be zero.
ulMVPropTag
Property tag
for a multivalued property of type PT_MV_TSTRING.
Remarks
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
See Also