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.AutoPopDelay

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

Property Value

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.

Remarks

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.

See Also

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