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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBox クラス : Items プロパティ
Gets the collection of RenderInputComboBoxItem objects representing the items in the combobox dropdown.
シンタックス
'宣言
 
Public ReadOnly Property Items As RenderInputComboBoxItemCollection
'使用法
 
Dim instance As RenderInputComboBox
Dim value As RenderInputComboBoxItemCollection
 
value = instance.Items
public RenderInputComboBoxItemCollection Items {get;}
解説
This method always returns a non-nullRenderInputComboBoxItemCollection, initializing it if it did not exist. To test whether a combobox already contains items without creating the RenderInputComboBox.Items collection, use the RenderInputComboBox.HasItems property.
参照

RenderInputComboBox クラス
RenderInputComboBox メンバ