ImageMap.Enabled Propriedade

Definição

Obtém ou define um valor que indica se o controle pode responder à interação do usuário.Gets or sets a value indicating whether the control can respond to user interaction.

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

Valor da propriedade

Boolean

true Se o controle for responder a cliques do usuário; caso contrário, false .true if the control is to respond to user clicks; otherwise, false.

Atributos

Comentários

Com a Enabled propriedade, você pode habilitar ou desabilitar o ImageMap controle em tempo de execução.With the Enabled property, you can enable or disable the ImageMap control at run time.

Aplica-se a

Confira também