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

적용 대상

추가 정보