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