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.MainMenuControl Property

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

#Declaration

Delphi
property MainMenuControl: TdxBarControl read;

#Property Value

Type
TdxBarControl

#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