ComponentOne Input for WinForms
Add Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : Add Method
The System.Object to add to the ComboBoxItemList.
Adds an item to the ComboBoxItemList.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As System.Object _
) As System.Integer
public System.int Add( 
   System.object value
)

Parameters

value
The System.Object to add to the ComboBoxItemList.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members