TTM_SETDELAYTIMETTM_SETDELAYTIME*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_RELAYEVENT
*Next Topic: TTM_SETMARGIN

TTM_SETDELAYTIME


TTM_SETDELAYTIME
    wParam = (WPARAM)(DWORD) dwDuration;
    lParam = (LPARAM)(INT) MAKELONG(iTime,0);

Sets the initial, pop-up, and reshow durations for a tooltip control.

dwDuration
Flag that specifies the duration value to set. This parameter can be one of the following values:
TTDT_AUTOPOPRetrieve the length of time the tooltip window remains visible if the pointer is stationary within a tool's bounding rectangle.
TTDT_INITIALRetrieve the length of time the pointer must remain stationary within a tool's bounding rectangle before the tooltip window appears.
TTDT_RESHOWRetrieve the length of time it takes for subsequent tooltip windows to appear as the pointer moves from one tool to another.
iTimeDelay time to be set, in milliseconds.

Version 4.70.

See also TTM_GETDELAYTIME


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