ToolTip.AutomaticDelay 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置工具提示的自动延迟。
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
属性值
自动延迟(以毫秒为单位)。 默认值为 500。
注解
使用此属性AutomaticDelay可以设置单个延迟值,然后用于设置值AutoPopDelayInitialDelay和ReshowDelay属性。 每次设置属性时 AutomaticDelay ,默认设置以下值。
属性 | 默认值 |
---|---|
AutoPopDelay | 属性值的 AutomaticDelay 10 倍。 |
InitialDelay | 等于 AutomaticDelay 属性值。 |
ReshowDelay | 属性值的 AutomaticDelay 1/5。 |
设置属性后 AutomaticDelay ,也可以单独设置这些属性。 有关详细信息,请参阅属性AutoPopDelayInitialDelay和ReshowDelay属性。 此属性通常用于为工具提示窗口提供一致的延迟模式。