Compartir a través de


LabelStyle.Enabled Propiedad

Definición

Obtiene o establece una marca que indica si la etiqueta está habilitada.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propiedad

Es true si la etiqueta está habilitada; de lo contrario, es false.

Atributos

Se aplica a