#include <mCtrl/mditab.h>
Data Fields | |
DWORD | dwMask |
Mask specifying which other members are valid. | |
LPSTR | pszText |
Text label of the tab. | |
int | cchTextMax |
Number of characters in psxText . Used only on output. | |
int | iImage |
Index into control image list. | |
LPARAM | lParam |
User data. |
DWORD mc_MT_ITEMA::dwMask |
Mask specifying which other members are valid.
Set to combination of MC_MTIF_TEXT
, MC_MTIF_IMAGE
and MC_MTIF_PARAM
.