CheckBox.InputAttributes 属性

定义

获取对呈现的 CheckBox 控件 INPUT 元素的特性集合的引用。

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

属性值

AttributeCollection

向呈现的 CheckBox 控件 INPUT 元素添加的特性名称和特性值的集合。 默认值为空 AttributeCollection

属性

注解

控件 CheckBox 使用 HTML INPUT 元素呈现和显示。 可以使用属性上的InputAttributes方法向呈现的 INPUT 元素Add添加其他属性。

适用于

另请参阅