NMTTCUSTOMDRAWNMTTCUSTOMDRAW*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Tooltip Control Structures
*Next Topic: NMTTDISPINFO

NMTTCUSTOMDRAW


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

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

nmcd
NMCUSTOMDRAW structure that contains general custom draw information.
uDrawFlags
UINT value specifying how tooltip text will be formatted when it is displayed. This value is passed to the DrawText function internally. All values for the uFormat parameter of DrawText are valid.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.