Gets or sets the length of time (in milliseconds) that it takes subsequent ToolTip instances to appear as the mouse pointer moves from one ToolTip region to another.
[Visual Basic] Public Property ReshowDelay As Integer [C#] public int ReshowDelay {get; set;} [C++] public: __property int get_ReshowDelay(); public: __property void set_ReshowDelay(int); [JScript] public function get ReshowDelay() : int; public function set ReshowDelay(int);
The length of time (in milliseconds) that it takes subsequent ToolTip instances to appear as the mouse pointer moves from one ToolTip region to another. The default is 1/5 of the AutomaticDelay property value.
Every time the AutomaticDelay property is set, the ReshowDelay property is set to 1/5 of the AutomaticDelay property value. Once the AutomaticDelay property is set, you can independently set the ReshowDelay property, overriding the default value.
ToolTip Class | ToolTip Members | System.WinForms Namespace | AutomaticDelay