In This Topic
Adds a item with specified string value to the
ComboBoxItemCollection.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As String _
) As Integer
Parameters
- value
- The string value to add to the ComboBoxItemCollection.
See Also