Contents Index Topic Contents | ||
Previous Topic: TTM_GETCURRENTTOOL Next Topic: TTM_GETMARGIN |
TTM_GETDELAYTIME
TTM_GETDELAYTIME wParam = (DWORD) dwDuration; lParam = 0;Retrieves the initial, pop-up, and reshow durations currently set for a tooltip control.
- Returns an INT value that represents the specified duration, in milliseconds.
- dwDuration
- Flag that specifies which duration value will be retrieved. 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. Version 4.70.
See also TTM_SETDELAYTIME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.