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

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

[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

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