ToolTip.IsOpen Property

Definition

Gets or sets a value that indicates whether a ToolTip is visible.

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

Property Value

true if the ToolTip is visible; otherwise, false. The default is false.

Attributes

Remarks

Dependency Property Information

Identifier field IsOpenProperty
Metadata properties set to true BindsTwoWayByDefault

Applies to

See also