RadioButtonList.GetItemStyle メソッド
アセンブリ: System.Web (system.web.dll 内)

Protected Overridable Function GetItemStyle ( _ itemType As ListItemType, _ repeatIndex As Integer _ ) As Style
Dim itemType As ListItemType Dim repeatIndex As Integer Dim returnValue As Style returnValue = Me.GetItemStyle(itemType, repeatIndex)
戻り値
null 参照 (Visual Basic では Nothing)。RadioButtonList コントロールの個々のリスト項目でスタイル属性が設定されていないことを示します。

GetItemStyle メソッドは、カスタム コントロールを RadioButtonList クラスから派生させる場合に、主にコントロールの開発者によって使用されます。
RadioButtonList コントロールのスタイル属性は、コントロールに格納されているすべてのリスト項目に適用されます。RadioButtonList コントロールの Style プロパティを使用して、コントロールとそのリスト項目のスタイル属性を調べたり設定したりします。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


RadioButtonList クラス
RadioButtonList メンバ
System.Web.UI.WebControls 名前空間
その他の技術情報
RadioButton Web サーバー コントロールおよび RadioButtonList Web サーバー コントロール
- RadioButtonList.GetItemStyle メソッドのページへのリンク