APNSoft Controls [4.5.2.20] - API Reference
ComboBoxElementCollection.Item Property (String)

Gets the specified ComboBoxElement from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal id As String _
) As ComboBoxElement
[C#]
public virtual ComboBoxElement this[
   string id
] {get;}

Parameters

id
The string identifying the Element.

See Also

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