COXToolTipCtrl::SetDelayTime

Dundas

COXToolTipCtrl::SetDelayTime

Members | Overview

void SetDelayTime(DWORD dwDuration, int nTime)
void SetDelayTime(UINT nDelay)

Parameters

dwDuration

Flag that specifies which duration value will be set. Can be one of the following values:
 

TTDT_AUTOPOP

The length of time the tooltip window remains visible if the pointer is stationary within a tool's bounding rectangle.
 

TTDT_INITIAL

The length of time the pointer must remain stationary within a tool's bounding rectangle before the tooltip window appears.
 

nTime

Specifies the new delay time, in milliseconds (mS).
 

nDelay

Specifies the new delay time, in milliseconds (mS).
 

Remarks

Sets the delay times for the tooltip in milliseconds.

See also: GetDelayTime