Input for WinForms
SetItemsDataSource メソッド (C1ComboBox)

C1.Win.Input.8 アセンブリ > C1.Win.Input 名前空間 > C1ComboBox クラス : SetItemsDataSource メソッド
項目のデータソース。
初期選択項目インデックス。
C1ComboBox の項目のデータソースを設定します。
シンタックス
'宣言
 
Public Sub SetItemsDataSource( _
   ByVal dataSource As System.Object, _
   Optional ByVal selectedIndex As System.Integer _
) 
public void SetItemsDataSource( 
   System.object dataSource,
   System.int selectedIndex
)

パラメータ

dataSource
項目のデータソース。
selectedIndex
初期選択項目インデックス。
参照

C1ComboBox クラス
C1ComboBox メンバ