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

CheckedIndexCollectionへのインデックス。このインデックスは、取得するオン項目のインデックスを指定します。
GcCheckedGroupBoxコントロール内のオンになっている項目のインデックスを取得します。
構文
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Integer
public int this[ 
   int index
]; {get;}

パラメータ

index
CheckedIndexCollectionへのインデックス。このインデックスは、取得するオン項目のインデックスを指定します。

プロパティ値

オンになっている項目のインデックス。詳細については、CheckedCheckBoxIndexCollectionクラスの概要にあるサンプルを参照してください。
例外
例外解説
System.ArgumentException

indexが0未満です。

または

indexがコレクションに含まれていません。

解説
indexパラメーターは、CheckedIndexCollectionへのインデックスです。戻り値は、対応するインデックス付けされた値です。これは、Itemsコレクションに含まれる、オンになっている項目のインデックスです。
プラットフォーム

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

参照

CheckedCheckBoxIndexCollection クラス
CheckedCheckBoxIndexCollection メンバ

Send Feedback