Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NMTTCUSTOMDRAW structure (commctrl.h)

Contains information specific to an NM_CUSTOMDRAW notification code sent by a tooltip control.

Syntax

typedef struct tagNMTTCUSTOMDRAW {
 NMCUSTOMDRAW nmcd;
 UINT uDrawFlags;
} NMTTCUSTOMDRAW, *LPNMTTCUSTOMDRAW;

Members

nmcd

Type: NMCUSTOMDRAW

Contains general custom draw information.

uDrawFlags

Type: UINT

Specifies 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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h

Feedback

Was this page helpful?

Additional resources