ComponentOne Menus and Toolbars for WinForms
Item Property (C1Commands)

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

Parameters

idx
See Also

Reference

C1Commands Class
C1Commands Members