PrintDocument for WinForms
Add(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBoxItemCollection クラス > Add メソッド : Add(String) メソッド
The text of the item to add.
Creates a new RenderInputComboBoxItem, initializing its RenderInputComboBoxItem.Text with the passed string, and adds it to the current collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal itemText As System.String _
) As System.Integer
'使用法
 
Dim instance As RenderInputComboBoxItemCollection
Dim itemText As System.String
Dim value As System.Integer
 
value = instance.Add(itemText)
public System.int Add( 
   System.string itemText
)

パラメータ

itemText
The text of the item to add.

戻り値の型

Index of the added item in the current collection.
参照

RenderInputComboBoxItemCollection クラス
RenderInputComboBoxItemCollection メンバ
オーバーロード一覧