TdxBarManager.MainMenuBar Property
Returns the current bar manager’s toolbar that represents a main menu.
Declaration
property MainMenuBar: TdxBar read;
Property Value
Type |
---|
TdxBar |
Remarks
A window with a bar manager can contain only a single toolbar that represents a main menu. To access the main menu, use the MainMenuBar property.
To specify whether a particular toolbar is a main menu, use the toolbar’s IsMainMenu property.
To access a main menu control, use the MainMenuControl property.
See Also