System.Windows.Forms.ToolTip.AutomaticDelay Property

Gets or sets the automatic delay for the ToolTip.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.DefaultValue(500)]
public int AutomaticDelay { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolTip.AutomaticDelay property enables you to set a single delay value, which is then used to set the values of the ToolTip.AutoPopDelay, ToolTip.InitialDelay, and ToolTip.ReshowDelay properties. Each time the ToolTip.AutomaticDelay property is set, the following values are set by default.

ToolTip.AutoPopDelay

10 times the ToolTip.AutomaticDelay property value.

ToolTip.InitialDelay

Equal to the ToolTip.AutomaticDelay property value.

ToolTip.ReshowDelay

1/5 of the ToolTip.AutomaticDelay property value.

These properties can also be set independently once the ToolTip.AutomaticDelay property has been set. For more information, see the ToolTip.AutoPopDelay, ToolTip.InitialDelay, and ToolTip.ReshowDelay properties. This property is typically used to provide a consistent delay pattern for your ToolTip windows.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0