COXToolTipCtrl::GetDelayTime

Dundas

COXToolTipCtrl::GetDelayTime

Members | Overview

int GetDelayTime(DWORD dwDuration) const

Parameters

dwDuration

Flag that specifies which duration value will be retrieved. It can be one of the following:
 

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.

Return Value

The delay times for the tooltip are in milliseconds (mS).

Remarks

Retrieves the initial, pop-up, and reshow durations currently set for a tooltip control.

See also: SetDelayTime