NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolTip.ReshowDelay

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);

Property Value

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.

Remarks

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.

See Also

ToolTip Class | ToolTip Members | System.WinForms Namespace | AutomaticDelay