'DeclarationPublic Overloads Shadows Property Item( _ ByVal index As System.Integer _ ) As NListBoxItem
'UsageDim instance As NListBoxItemCollection Dim index As System.Integer Dim value As NListBoxItem instance.Item(index) = value value = instance.Item(index)
public new NListBoxItem Item( System.int index ) {get; set;}
Parameters
- index