Wimark.Controls Class Library  

CommandManager.CommandGroupCollection.Item Property

Gets or sets the CommandGroup object at the specified indexed location in the collection.

[C#] In C#, this property is the indexer for the CommandManager.CommandGroupCollection class.

[Visual Basic]
Public ReadOnly Property Item( _
   ByVal index As Integer _
) As CommandGroup  Implements IList.Item 
[C#]
public CommandGroup this[  
   int index 
] {get;}
[C++]
public: __property CommandGroup* get_Item( 
   int index 
);

Parameters

index
The zero-based index of the CommandGroup to get or set.

Property Value

The CommandGroup at the specified index.

Implements

IList.Item

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandManager.CommandGroupCollection Class | CommandManager.CommandGroupCollection Members | Wimark.Controls Namespace | CommandGroup