NetXP 3.0 Reference

CommandBarItemCollection.Item Property

Retrieves an item at an index.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal index As Integer _
) As CommandBarItem
[C#]
public CommandBarItem this[
   int index
] {get; set;}

See Also

CommandBarItemCollection Class | NETXP.Controls.Bars Namespace