APNSoft Controls [4.5.2.20] - API Reference
ComboBoxElementCollection.AddSeparator Method (String)

Adds a new separator to the collection.

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

Parameters

NewID
ID of the new separator.

Return Value

New separator element.

See Also

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