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

コレクション内で検索するインデックス。
指定したインデックスがコレクション内に存在するかどうかを確認します。
構文
Public Function Contains( _
   ByVal index As Integer _
) As Boolean
public bool Contains( 
   int index
)

パラメータ

index
コレクション内で検索するインデックス。

戻り値の型

CheckBoxItemCollectionの指定したインデックスがこのコレクションの項目である場合はtrue、それ以外の場合はfalse
解説
このメソッドを使用すると、CheckedIndicesコレクションのインデックスが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 メンバ
IndexOf メソッド
IndexOf メソッド

Send Feedback