Contains information specific to an NM_CUSTOMDRAW notification message sent by a tooltip control.
Syntax
typedef struct tagNMTTCUSTOMDRAW {
NMCUSTOMDRAW nmcd;
UINT uDrawFlags;
} NMTTCUSTOMDRAW, *LPNMTTCUSTOMDRAW;
Members
- nmcd
- NMCUSTOMDRAW structure that contains general custom draw information.
- uDrawFlags
-
UINT value specifying how tooltip text will be formatted when it is displayed. An application may change this field to alter the way text is drawn. This value is passed to the DrawText function internally. All values for the
uFormat parameter of DrawText are valid.
Structure Information
| Minimum DLL Version | comctl32.dll version 4.70 or later |
|---|
| Header | commctrl.h |
|---|
| Minimum operating systems |
Windows 2000, Windows NT 4.0 with Internet Explorer 3.0, Windows 98, Windows 95 with Internet Explorer 3.0 |
|---|