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