LinkLabel.Link.Enabled Propiedad

Definición

Obtiene o establece un valor que indica si está habilitado el vínculo.

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propiedad

Es true si está habilitado el vínculo; en caso contrario, es false.

Comentarios

Puede usar esta propiedad para mostrar un vínculo en un estado deshabilitado dentro del LinkLabel control. Cuando se deshabilita un vínculo, hacer clic en el vínculo no hace que el LinkLabel control genere el LinkClicked evento.

Se aplica a

Consulte también