ToolTip.IsOpen Proprietà

Definizione

Ottiene o imposta un valore che indica se un oggetto ToolTip è visibile.

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

Valore della proprietà

Boolean

true se ToolTip è visibile; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore IsOpenProperty
Proprietà dei metadati impostate su true BindsTwoWayByDefault

Si applica a

Vedi anche