ToolTip.AutomaticDelay 属性

定义

获取或设置工具提示的自动延迟。

public:
 property int AutomaticDelay { int get(); void set(int value); };
public int AutomaticDelay { get; set; }
member this.AutomaticDelay : int with get, set
Public Property AutomaticDelay As Integer

属性值

Int32

自动延迟(以毫秒为单位)。 默认值为 500。

注解

使用此属性AutomaticDelay可以设置单个延迟值,然后用于设置值AutoPopDelayInitialDelayReshowDelay属性。 每次设置属性时 AutomaticDelay ,默认设置以下值。

属性 默认值
AutoPopDelay 属性值的 AutomaticDelay 10 倍。
InitialDelay 等于 AutomaticDelay 属性值。
ReshowDelay 属性值的 AutomaticDelay 1/5。

设置属性后 AutomaticDelay ,也可以单独设置这些属性。 有关详细信息,请参阅属性AutoPopDelayInitialDelayReshowDelay属性。 此属性通常用于为工具提示窗口提供一致的延迟模式。

适用于

另请参阅