TTM_SETDELAYTIME message
Sets the initial, pop-up, and reshow durations for a tooltip control.
Parameters
- wParam
-
Flag that specifies which time value to set. This parameter can be one of the following values
- lParam
-
The LOWORD specifies the delay time, in milliseconds. The HIWORD must be zero.
Return value
The return value for this message is not used.
Remarks
The default delay times are based on the double-click time. For the default double-click time of 500 ms, the initial, autopop, and reshow delay times are 500ms, 5000ms, and 100ms respectively. The following code fragment uses the GetDoubleClickTime function to determine the three delay times for any system.
initial = GetDoubleClickTime(); autopop = GetDoubleClickTime() * 10; reshow = GetDoubleClickTime() / 5;
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012