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

Gets the specified ComboBoxElement from the collection.

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

Parameters

index
Element index.

See Also

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