APNSoft Controls [4.5.2.20] - API Reference
ComboBoxElementCollection.Add Method (Types)

Adds a new element to the collection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal Type As Types _
) As ComboBoxElement
[C#]
public ComboBoxElement Add(
   Types Type
);

Parameters

Type
Type of the new element.

Return Value

New element.

Remarks

Element ID is generated automatically.

See Also

ComboBoxElementCollection Class | APNSoft.WebControls Namespace | ComboBoxElementCollection.Add Overload List