Documentation for this section has not yet been entered.
The ToolTip.AutomaticDelay property enables you to set a single delay value, which is then used to set the values of the ToolTip.AutoPopDelay, ToolTip.InitialDelay, and ToolTip.ReshowDelay properties. Each time the ToolTip.AutomaticDelay property is set, the following values are set by default.
ToolTip.AutoPopDelay |
10 times the ToolTip.AutomaticDelay property value. |
ToolTip.InitialDelay |
Equal to the ToolTip.AutomaticDelay property value. |
ToolTip.ReshowDelay |
1/5 of the ToolTip.AutomaticDelay property value. |
These properties can also be set independently once the ToolTip.AutomaticDelay property has been set. For more information, see the ToolTip.AutoPopDelay, ToolTip.InitialDelay, and ToolTip.ReshowDelay properties. This property is typically used to provide a consistent delay pattern for your ToolTip windows.