MultiSelect for WinForms
Add メソッド (DropDownItemCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DropDownItemCollection クラス : Add メソッド
The DropDownItem to be added to the end of the collection.
Adds the specified item to the end of the collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal value As DropDownItem _
) As System.Integer
public System.int Add( 
   DropDownItem value
)

パラメータ

value
The DropDownItem to be added to the end of the collection.

戻り値の型

The zero-based index value of the DropDownItem added to the collection.
参照

DropDownItemCollection クラス
DropDownItemCollection メンバ