AdjustDurationProportions - cToolTipController
Sets the piDurationInitial to the passed value then adjusts the remaining delay time properties to their default proportions relative to the passed initial duration
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| iInitialDuration | Integer | The initial duration of the ToolTip window (in milliseconds). |
Syntax
Procedure AdjustDurationProportions Integer iInitialDuration
Call Example
Send AdjustDurationProportions iInitialDuration
Description
Sets the ToolTip delay times to their default proportions.
The piDurationPopup time will be ten times the initial time and the piDurationReshow time will be one fifth the initial time.
Pass a positive iInitialDuration value to specify the piDurationInitial, in milliseconds. Pass a negative value to return all three delay times to their default values.