CheckBox.InputAttributes Propiedad

Definición

Obtiene una referencia a la colección de atributos para el elemento INPUT representado del control CheckBox.

public:
 property System::Web::UI::AttributeCollection ^ InputAttributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection InputAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InputAttributes : System.Web.UI.AttributeCollection
Public ReadOnly Property InputAttributes As AttributeCollection

Valor de propiedad

AttributeCollection

La colección de valores y nombres de atributo que se agregan al elemento INPUT representado para el control CheckBox. El valor predeterminado es un AttributeCollection vacío

Atributos

Comentarios

El CheckBox control se representa y se muestra mediante un elemento INPUT HTML. Puede agregar atributos adicionales al elemento INPUT representado mediante el Add método de la InputAttributes propiedad .

Se aplica a

Consulte también