PowerTools PlusPak for Windows Forms 8.0J
Remove メソッド (CheckBoxItemCollection)

コレクションから削除する項目。
指定した項目をコレクションから削除します。
構文
Public Function Remove( _
   ByVal item As CheckBoxItem _
) As Boolean
public bool Remove( 
   CheckBoxItem item
)

パラメータ

item
コレクションから削除する項目。
解説
このメソッドを使用すると、削除する実際の項目を指定して、コレクションから特定の項目を削除できます。削除する項目自体ではなく、項目のインデックスを指定するには、RemoveAtメソッドを使用します。コレクションからすべての項目を削除するには、Clearメソッドを使用します。
プラットフォーム

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

参照

CheckBoxItemCollection クラス
CheckBoxItemCollection メンバ
RemoveAt メソッド
Clear メソッド
RemoveAt メソッド
Clear メソッド

Send Feedback