'宣言 Public Shadows Sub Add( _ ByVal child As C1ComboBoxItem _ )
public new void Add( C1ComboBoxItem child )
パラメータ
- child
- 追加する項目。
'宣言 Public Shadows Sub Add( _ ByVal child As C1ComboBoxItem _ )
public new void Add( C1ComboBoxItem child )
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.Add(new C1ComboBoxItem("test2"));