Skip to main content

TdxBarApplicationMenuButtons Class

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

Declaration

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