Skip to main content

TdxBarApplicationMenuButton Class

An Application Menu button.

Declaration

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