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使用控件的 RadioButtonList 屬性來檢查或設定控制項及其清單項目的樣式屬性。