'Declaration Public Overloads Function Add( _ ByVal item As RenderInputComboBoxItem _ ) As Integer
public int Add( RenderInputComboBoxItem item )
Parameters
- item
- The item to add.
Return Value
Index of the added item in the current collection.
'Declaration Public Overloads Function Add( _ ByVal item As RenderInputComboBoxItem _ ) As Integer
public int Add( RenderInputComboBoxItem item )