PowerTools PlusPak for Windows Forms 8.0J
IndexOf メソッド (CheckedCheckBoxIndexCollection)

オンになっている項目のインデックス。
オンになっている項目のインデックスを含むコレクションへのインデックスを返します。
構文
Public Function IndexOf( _
   ByVal index As Integer _
) As Integer
public int IndexOf( 
   int index
)

パラメータ

index
オンになっている項目のインデックス。

戻り値の型

オンになっている項目のインデックスを指定するインデックス。indexパラメーターがCheckedIndexCollectionに含まれていない場合は-1。詳細については、CheckedCheckBoxIndexCollectionクラスの概要にあるサンプルを参照してください。
解説
indexパラメーターは、Itemsコレクションに含まれる、オンになっている項目のインデックスです。戻り値は、CheckedIndexCollection内の対応する要素へのインデックスです。
プラットフォーム

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 メンバ
Contains メソッド
Contains メソッド

Send Feedback