GrapeCity.Win.Containers 名前空間 > CheckBoxItemCollection クラス > Add メソッド : Add(CheckBoxItem) メソッド |
Public Overloads Sub Add( _ ByVal item As CheckBoxItem _ )
public void Add( CheckBoxItem item )
例外 | 解説 |
---|---|
System.ArgumentNullException | 追加するitemがnullです。 |
System.InvalidOperationException | 追加するitemが別のGcCheckedGroupBoxコントロールに属しています。 |
このバージョンのAdd(CheckBoxItem)メソッドを使用すると、既存のCheckBoxItemをコレクションに追加できます。コレクション内の特定の位置に項目を挿入するには、Insert(Int32,CheckBoxItem)メソッドを使用します。項目のセットを1回の操作でコレクションに追加するには、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