ToolTip.UseAnimation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值确定在显示工具提示时是否应使用动画效果。
public:
property bool UseAnimation { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseAnimation { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseAnimation : bool with get, set
Public Property UseAnimation As Boolean
属性值
如果应使用窗口动画,则为 true
;否则为 false
。 默认值为 true
。
- 属性