Compartilhar via


LabelStyle.Enabled Propriedade

Definição

Obtém ou define um sinalizador que indica se o rótulo está habilitado.

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 da propriedade

Boolean

true Se o rótulo estiver habilitado; caso contrário, false .

Atributos

Aplica-se a