PrintDocument for WinForms
Items プロパティ (RenderInputComboBox)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBox クラス : Items プロパティ
この ComboBox に含まれるアイテムのコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property Items As RenderInputComboBoxItemCollection
'使用法
 
Dim instance As RenderInputComboBox
Dim value As RenderInputComboBoxItemCollection
 
value = instance.Items
public RenderInputComboBoxItemCollection Items {get;}
解説
このメソッドは常に非 nullRenderInputComboBoxItemCollectionを、存在しなかった場合は初期化して返します。コンボボックスが Itemsコレクションを作成せずに 項目をすでに含んでいるかどうかをテストするには、 HasItemsプロパティを使用します。
参照

RenderInputComboBox クラス
RenderInputComboBox メンバ