ComponentOne Input for WinForms
Item Property (DropDownItemCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DropDownItemCollection Class : Item Property
The indexed location of the item in the collection.
Gets or sets the item at the specified indexed location in the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As DropDownItem
public DropDownItem this[ 
   System.int index
]; {get; set;}

Parameters

index
The indexed location of the item in the collection.

Property Value

An DropDownItem that represents the item at the specified indexed location.
See Also

Reference

DropDownItemCollection Class
DropDownItemCollection Members