RadioButtonList.GetItemStyle(ListItemType, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索列表控件中指定索引位置的指定项类型的样式。
protected:
virtual System::Web::UI::WebControls::Style ^ GetItemStyle(System::Web::UI::WebControls::ListItemType itemType, int repeatIndex);
protected virtual System.Web.UI.WebControls.Style GetItemStyle (System.Web.UI.WebControls.ListItemType itemType, int repeatIndex);
abstract member GetItemStyle : System.Web.UI.WebControls.ListItemType * int -> System.Web.UI.WebControls.Style
override this.GetItemStyle : System.Web.UI.WebControls.ListItemType * int -> System.Web.UI.WebControls.Style
Protected Overridable Function GetItemStyle (itemType As ListItemType, repeatIndex As Integer) As Style
参数
- itemType
- ListItemType
ListItemType 枚举值之一。
- repeatIndex
- Int32
指定列表控件中项的位置的序号索引。
返回
null
,该值指示 RadioButtonList 控件的各列表项中未设置样式特性。
注解
方法 GetItemStyle 主要由派生自 RadioButtonList 类的自定义控件中的控件开发人员使用。
控件的 RadioButtonList style 属性适用于控件包含的所有列表项。 Style使用 控件的 RadioButtonList 属性检查或设置控件及其列表项的样式属性。