Image.Enabled Propriedade

Definição

Obtém ou define um valor que indica se o controle está habilitado.Gets or sets a value indicating whether the control is enabled.

public:
 virtual property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Enabled { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Enabled : bool with get, set
Public Overrides Property Enabled As Boolean

Valor da propriedade

Boolean

true Se o controle estiver habilitado; caso contrário false .true if the control is enabled; otherwise false.

Atributos

Comentários

Observação

Essa propriedade é herdada da WebControl classe e não é aplicável ao Image controle.This property is inherited from the WebControl class and is not applicable to the Image control.

Aplica-se a