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

属性

適用対象

こちらもご覧ください