LabelStyle.Enabled Propriedade
Definição
Obtém ou define um sinalizador que indica se o rótulo está habilitado.Gets or sets a flag that indicates whether the label is enabled.
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
true Se o rótulo estiver habilitado; caso contrário, false .true if the label is enabled; otherwise, false.
- Atributos