ToolTip.IsOpen プロパティ

定義

ToolTip が表示されているかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

ToolTip が可視の場合は true。それ以外の場合は false。 既定値は、false です。

属性

注釈

依存プロパティ情報

識別子フィールド IsOpenProperty
メタデータのプロパティが次に設定されている true BindsTwoWayByDefault

適用対象

こちらもご覧ください