RAD Studio VCL Reference
|
TMainMenu encapsulates a menu bar and its accompanying drop-down menus for a form.
TMainMenu = class(TMenu);
class TMainMenu : public TMenu;
Menus
Use TMainMenu to provide the main menu for a form. To begin designing a menu, add a main menu to a form, and double-click the component.
TMainMenu introduces properties and methods for merging the drop-down menus of the main menu with the main menu of another form.
TMainMenu introduces properties and methods for assisting in the menu negotiation process of an OLE container.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|