DTBLGROUPBOX
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Describes a group box control that will be used in a dialog box built from a display table.
Header file: |
Mapidefs.h |
Related macro: |
typedef struct _DTBLGROUPBOX
{
ULONG ulbLpszLabel;
ULONG ulFlags;
} DTBLGROUPBOX, FAR *LPDTBLGROUPBOX;
Members
ulbLpszLabel
Position in memory of the character string that accompanies the group box. If displayed, the label appears on the top, left-hand side of the box.ulFlags
Bitmask of flags used to designate the format of the label pointed to by the ulbLpszLabel member. The following flag can be set:- MAPI_UNICODE
The label is in Unicode format. If the MAPI_UNICODE flag is not set, the label is in ANSI format.
- MAPI_UNICODE
Remarks
A DTBLGROUPBOX structure describes a group box control that is used to visually associate other controls in the dialog box. The highlighting technique involves surrounding the other controls by a box.
For an overview of display tables, see Display Tables. For information about how to implement a display table, see Implementing a Display Table.