bOk = MTblGetTipFadeInTime( hWndParam, nParam, nType, nrFadeInTime )

Gets 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.

nrFadeInTime
Receive Number: The tooltip's fade in time in milliseconds or NUMBER_Null if undefined.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MTblGetTipFadeInTime( hWndCol, nRow, MTBL_TIP_DEFAULT, nFadeInTime )

See also
Tooltips

Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files