ComponentOne MultiSelect for WinForms
Item Property (TagCollection)

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

Parameters

index
See Also

Reference

TagCollection Class
TagCollection Members