GrapeCity.Win.Containers 名前空間 > CheckBoxItemCollection クラス > Insert メソッド : Insert(Int32,CheckBoxItem) メソッド |
Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal item As CheckBoxItem _ )
public void Insert( int index, CheckBoxItem item )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | indexパラメーターが0未満か、CheckBoxItemCollectionクラスのCountプロパティの値を超えています。 |
System.ArgumentNullException | 挿入するitemがnullです。 |
System.InvalidOperationException | 挿入するitemはすでに別のGcCheckedGroupBoxコントロールに属しているか、このコレクションにすでに存在しています。 |
このメソッドを使用すると、GcCheckedGroupBox内の特定の位置に項目を挿入できます。コレクション内の特定の位置を指定せずに項目を追加するには、Add(CheckBoxItem)メソッドを使用します。項目の配列をコレクションに追加するには、AddRangeメソッドを使用します。
このメソッドを使用して項目をコレクションに挿入するときに、itemがすでに別のGcCheckedGroupBoxに属している場合、またはitemがこのコレクションにすでに存在している場合には、System.InvalidOperationExceptionがスローされます。
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