ComponentOne MultiSelect for WinForms
Item Property (C1CheckListItemCollection)

C1.Win.Input Namespace > C1CheckListItemCollection Class : Item Property
Gets or sets the item at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As C1CheckListItem
public C1CheckListItem this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members