ToolTip.UseAnimation 属性

定义

获取或设置一个值,该值确定在显示工具提示时是否应使用动画效果。

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

属性

适用于

另请参阅