Gets or sets the time (in milliseconds) that passes before the ToolTip appears.
[Visual Basic] Public Property AutomaticDelay As Integer [C#] public int AutomaticDelay {get; set;} [C++] public: __property int get_AutomaticDelay(); public: __property void set_AutomaticDelay(int); [JScript] public function get AutomaticDelay() : int; public function set AutomaticDelay(int);
The time (in milliseconds) that passes before the ToolTip appears. The default is 500.
Each time the AutomaticDelay property is set, the following values are set by default.
Property | Default Value |
---|---|
AutoPopDelay | 10 times the AutomaticDelay property value. |
InitialDelay | The AutomaticDelay property value. |
ReshowDelay | 1/5 of the AutomaticDelay property value. |
These properties can also be set independently once the AutomaticDelay property has been set. For more information, see the AutoPopDelay, InitialDelay, and ReshowDelay properties.
ToolTip Class | ToolTip Members | System.WinForms Namespace | AutoPopDelay | InitialDelay | ReshowDelay