APNSoft Controls [4.5.2.20] - API Reference
ComboBoxElement.Add Method (String, Types)

Adds a new element. New element is added after the current element.

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

Parameters

NewID
ID of the new element.
Type
Type of the new element.

Return Value

New element.

See Also

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