ToolTip.UseFading プロパティ

定義

ツールヒントを表示するときにフェード効果を使用するかどうかを決定する値を取得または設定します。

public:
 property bool UseFading { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseFading { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseFading : bool with get, set
Public Property UseFading As Boolean

プロパティ値

true ウィンドウのフェードを使用する必要がある場合。それ以外の場合は false。 既定値は true です。

属性

適用対象

こちらもご覧ください