GrapeCity.Win.Containers 名前空間 > RadioButtonItemCollection クラス > Add メソッド : Add(RadioButtonItem) メソッド |
Public Overloads Sub Add( _ ByVal item As RadioButtonItem _ )
public void Add( RadioButtonItem item )
例外 | 解説 |
---|---|
System.ArgumentNullException | 追加するitemがnullです。 |
System.InvalidOperationException | 追加するitemが別のGcRadioGroupBoxコントロールに属しています。 |
このメソッドを使用して項目をコレクションに追加するときに、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