CheckBox.LabelAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对呈现的 CheckBox 控件 LABEL 元素的特性集合的引用。
public:
property System::Web::UI::AttributeCollection ^ LabelAttributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection LabelAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LabelAttributes : System.Web.UI.AttributeCollection
Public ReadOnly Property LabelAttributes As AttributeCollection
属性值
向呈现的 CheckBox LABEL 元素添加的特性名称和特性值的集合。 默认值为空 AttributeCollection。
- 属性
注解
控件 Text 的属性 CheckBox 使用 HTML LABEL 元素呈现和显示。 可以使用属性上的LabelAttributes方法向呈现的 LABEL 元素Add添加其他属性。