ToolTip.UseAnimation Proprietà

Definizione

Ottiene o imposta un valore che determina se usare un effetto animazione durante la visualizzazione della descrizione comando.

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

Valore della proprietà

true per utilizzare l'animazione della finestra; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a

Vedi anche