Creates a new
RenderInputComboBoxItem, initializing its
RenderInputComboBoxItem.Text with the passed string, and adds it to the current collection.
'Declaration
Public Overloads Function Add( _
ByVal As String _
) As Integer
Parameters
- itemText
- The text of the item to add.
Return Value
Index of the added item in the current collection.