Gets the Command collection.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Commands As CommandCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CommandCollection Commands {get;} |
The command collection always contains set of predefined Command objects. These commands cannot be deleted, but can be changed.
All additional commands have to have a unique CommandID to be recognized properly in the event handlers.
The command collection allways contains set of predefined commands. These commands cannot be deleted but can be changed. All additional commands have to have unque CommandID to be recognized properly in event handlers.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family