Wimark.Controls Class Library  

CommandGroup.CommandItems Property

Gets the collection of CommandItem objects associated with the command group.

[Visual Basic]
Public ReadOnly Property CommandItems As CommandItemCollection 
[C#]
public CommandItemCollection CommandItems {get;}
[C++]
public: __property CommandItemCollection* get_CommandItems();

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

CommandGroup Class | CommandGroup Members | Wimark.Controls Namespace | CommandItem