PowerTools PlusPak for Windows Forms 8.0J
Item プロパティ (CheckBoxItemCollection)

コレクション内の指定したインデックスにある項目を取得または設定します。
オーバーロード一覧
オーバーロード解説
Item(Int32)コレクション内の指定したインデックスにある項目を取得または設定します。  
Item(String)指定した名前によって要素を取得します。  
例外
例外解説
System.ArgumentOutOfRangeExceptionindexパラメーターが0未満か、CheckBoxItemCollectionクラスのCountプロパティの値以上です。
System.ArgumentNullException設定するvalueがnullです。
解説
このメソッドを使用すると、コレクション内の特定の位置に格納されたCheckBoxItemを取得できます。コレクション内の特定の項目のインデックスを確認するには、IndexOfメソッドを使用します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CheckBoxItemCollection クラス
CheckBoxItemCollection メンバ

Send Feedback