Input for WinForms
ComboBoxItemCollection クラス
メンバ 

C1.Win.Input.8 アセンブリ > C1.Win.Input 名前空間 : ComboBoxItemCollection クラス
C1ComboBox のドロップダウン項目のコレクションを表します。
オブジェクト モデル
ComboBoxItemCollection クラス
シンタックス
'宣言
 
Public Class ComboBoxItemCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ComboBoxItem)
public class ComboBoxItemCollection : System.Collections.ObjectModel.ObservableCollection<ComboBoxItem> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Win.Input.ComboBoxItemCollection

参照

ComboBoxItemCollection メンバ
C1.Win.Input 名前空間