ComponentOne Input for WinForms
Item Property (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : Item Property
Gets or sets the item at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members