ItemCheckEventArgs.Index プロパティ
変更する項目の 0 から始まるインデックス番号を取得します。
Public ReadOnly Property Index As Integer
[C#]
public int Index {get;}
[C++]
public: __property int get_Index();
[JScript]
public function get Index() : int;
プロパティ値
変更する項目の、0 から始まるインデックス番号。
解説
このプロパティを使用して、 CheckedListBox のどの項目のチェック ボックスが変更されているかを判断できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
ItemCheckEventArgs クラス | ItemCheckEventArgs メンバ | System.Windows.Forms 名前空間