'Declaration Public Function Add( _ ByVal value As DropDownItem _ ) As Integer
public 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.