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