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
nmcdNMCUSTOMDRAW 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 Versioncomctl32.dll version 4.70 or laterHeadercommctrl.hMinimum operating systems Windows 2000, Windows NT 4.0 with Internet Explorer 3.0, Windows 98, Windows 95 with Internet Explorer 3.0