bOk = MTblSetTipFadeInTime( hWndParam, nParam, nType, nFadeInTime )

Sets a tooltip's fade in time.

Parameters
hWndParam
Window Handle: Depends on nType. See Tooltip types and function parameters for further details.

nParam
Number: Depends on nType. See Tooltip types and function parameters for further details.

nType
Number:The tooltip type. See Tooltip types and function parameters for further details.

nFadeInTime
Number: The fade in time in milliseconds in a range from 0 to 5000 or NUMBER_Null to leave the fade in time undefined.

Return
Boolean: TRUE if successful or FALSE if an error occurs and/or nFadeInTime is out of range

Example
In this example we set a cell's tooltip fade in time to 250 ms:

Call MTblSetTipFadeInTime( hWndCol, nRow, MTBL_TIP_CELL, 250 )

Remarks
This works only with Win2k or greater.
You can't set the default fade in time to undefined.
You should use short times because the table doesn't process any messages while fading.

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool