TdxBarApplicationMenuButtons Class
In This Article
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 Extra
#Inheritance
TObject
TPersistent
TCollection
TdxBarApplicationMenuButtons
See Also