ToolTip.UseAnimation Propiedad

Definición

Obtiene o establece un valor que determina si se debería utilizar un efecto de animación al mostrar la información sobre herramientas.

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

Valor de propiedad

true si debe utilizarse la animación de ventanas; en caso contrario, devuelve false. De manera predeterminada, es true.

Atributos

Se aplica a

Consulte también