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

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

Property Value

The time (in milliseconds) that passes before the ToolTip appears. The default is 500.

Remarks

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.

See Also

ToolTip Class | ToolTip Members | System.WinForms Namespace | AutoPopDelay | InitialDelay | ReshowDelay