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

オンになっている項目を含むコレクションへのインデックス。このコレクションインデックスは、オンになっている項目のインデックスに対応します。
CheckedItemCollection内の項目を取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As CheckBoxItem
public CheckBoxItem Item( 
   int index
) {get;}

パラメータ

index
オンになっている項目を含むコレクションへのインデックス。このコレクションインデックスは、オンになっている項目のインデックスに対応します。

プロパティ値

指定したインデックスにある項目。詳細については、CheckedCheckBoxItemCollectionクラスの概要にあるサンプルを参照してください。
解説
CheckedItemsコレクションは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

参照

CheckedCheckBoxItemCollection クラス
CheckedCheckBoxItemCollection メンバ
オーバーロード一覧

Send Feedback