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

TdxBarApplicationMenuButton Class

An Application Menu button.

#Declaration

Delphi
TdxBarApplicationMenuButton = class(
    TCollectionItem
)

#Remarks

An Application Menu button is a container for a bar button (a TdxBarButton, TdxBarLargeButton or any of their descendants). To display an Application Menu button, add it to the Application Menu’s Buttons collection, and associate it with the desired bar button via the Item property.

By default, an Application Menu button’s width is automatically calculated to display both an image and caption. To adjust the button’s width, use the Width property. To customize all other appearance settings and respond to events, use corresponding properties of the associated bar button.

#Inheritance

TObject
TPersistent
TCollectionItem
TdxBarApplicationMenuButton
See Also