Platform SDK: MAPI |
The DTBLGROUPBOX structure describes a group box control to be used in a dialog box that is built from a display table.
Header file: | MAPIDEFS.H |
Related macro: | SizedDtblGroupBox |
typedef struct _DTBLGROUPBOX { ULONG ulbLpszLabel; ULONG ulFlags; } DTBLGROUPBOX, FAR *LPDTBLGROUPBOX;
A DTBLGROUPBOX structure describes a group box — a control that is used to visually associate other controls in the dialog box. The highlighting technique involves surrounding the other controls by a box, as illustrated in the following dialog box.
For an overview of display tables, see Display Tables. For information about implementing a display table, see Implementing a Display Table.