ComponentOne Menus and Toolbars for WinForms
Item Property (C1NavBarButton.ButtonCollection)

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

Parameters

index
See Also

Reference

C1NavBarButton.ButtonCollection Class
C1NavBarButton.ButtonCollection Members