Wimark.Controls Class Library  

CommandManager.Groups Property

Gets the collection of CommandGroup objects associated with the command manager.

[Visual Basic]
Public ReadOnly Property Groups As CommandManager.CommandGroupCollection 
[C#]
public CommandManager.CommandGroupCollection Groups {get;}
[C++]
public: __property CommandManager.CommandGroupCollection* get_Groups();

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 Class | CommandManager Members | Wimark.Controls Namespace | CommandGroup