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.
- The return value for this message is not used.
- dwDuration
- Flag that specifies the duration value to set. This parameter can be one of the following values:
TTDT_AUTOPOP Retrieve the length of time the tooltip window remains visible if the pointer is stationary within a tool's bounding rectangle. TTDT_INITIAL Retrieve the length of time the pointer must remain stationary within a tool's bounding rectangle before the tooltip window appears. TTDT_RESHOW Retrieve the length of time it takes for subsequent tooltip windows to appear as the pointer moves from one tool to another. iTime Delay time to be set, in milliseconds. Version 4.70.
See also TTM_GETDELAYTIME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.