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

Creates a duplicate of this element.

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

Parameters

NewID
ID of the cloned element.

Return Value

The cloned element.

See Also

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