Gets or sets the initial delay for the ToolTip control.
[Visual Basic] Public Property AutoPopDelay As Integer [C#] public int AutoPopDelay {get; set;} [C++] public: __property int get_AutoPopDelay(); public: __property void set_AutoPopDelay(int); [JScript] public function get AutoPopDelay() : int; public function set AutoPopDelay(int);
The period of time (in milliseconds) that the ToolTip remains visible when the mouse pointer is stationary within the ToolTip region. The default value is 10 times the AutomaticDelay property value.
Every time the AutomaticDelay property is set, the AutoPopDelay property is set to 10 times the AutomaticDelay property value. Once the AutomaticDelay property is set, you can independently set the AutoPopDelay property, overriding the default value.
ToolTip Class | ToolTip Members | System.WinForms Namespace | AutomaticDelay