Wimark.Controls Class Library  

FormBase.ControlMenuCommands Property

Gets the collection of CommandItem objects used to create the control menu.

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

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

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