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

TdxBarApplicationMenuButtons Class

A collection of buttons displayed under the Application Menu‘s panels.

#Declaration

Delphi
TdxBarApplicationMenuButtons = class(
    TCollection
)

#Remarks

Application Menu buttons are displayed from right to left in a single row. That is, the first button in the collection is painted as rightmost.

Note

Buttons that don’t entirely fit into the Application Menu’s width are not displayed. Use the Menu’s ExtraPane.Size and ExtraPane.WidthRatio properties, and a button’s Width property to adjust their sizes as your needs dictate.

#Inheritance

TObject
TPersistent
TCollection
TdxBarApplicationMenuButtons
See Also