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 です。

属性

適用対象

こちらもご覧ください