Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.MainMenuBar Property

Returns the current bar manager’s toolbar that represents a main menu.

#Declaration

Delphi
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