CheckBox.InputAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对呈现的 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
属性值
向呈现的 CheckBox 控件 INPUT 元素添加的特性名称和特性值的集合。 默认值为空 AttributeCollection。
- 属性
注解
控件 CheckBox 使用 HTML INPUT 元素呈现和显示。 可以使用属性上的InputAttributes方法向呈现的 INPUT 元素Add添加其他属性。