ComboBox for ASP.NET Web Forms
Remove メソッド (C1ComboBoxItemCollection)
使用例 

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBoxItemCollection クラス : Remove メソッド
C1ComboBoxItem 削除する。
指定した C1ComboBoxItem をリストから削除します。
シンタックス
'宣言
 
Public Shadows Sub Remove( _
   ByVal child As C1ComboBoxItem _
) 
public new void Remove( 
   C1ComboBoxItem child
)

パラメータ

child
C1ComboBoxItem 削除する。
使用例
C1ComboBox c = new C1ComboBox();
C1ComboBoxItem item = new C1ComboBoxItem("test1")
c.Items.Add(item);
c.Items.Remove(item);
参照

C1ComboBoxItemCollection クラス
C1ComboBoxItemCollection メンバ