ComponentOne Input for WinForms
Add Method (DropDownItemCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DropDownItemCollection Class : Add Method
The DropDownItem to be added to the end of the collection.
Adds the specified item to the end of the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DropDownItem _
) As System.Integer
public System.int Add( 
   DropDownItem value
)

Parameters

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

Return Value

The zero-based index value of the DropDownItem added to the collection.
See Also

Reference

DropDownItemCollection Class
DropDownItemCollection Members