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

TdxBarBackgrounds.SubMenu Property

Specifies the default background image for submenus.

#Declaration

Delphi
property SubMenu: TBitmap read; write;

#Property Value

Type
TBitmap

#Remarks

Use the SubMenu property to specify the background image used by submenus. The image below illustrates which interface elements are affected by this property.

Note that the SubMenu property affects not only subitems. For instance, it specifies the background color for dropdowns of toolbar list items. The specified image, however, is not used for editor items such as combo items, etc.

You can also specify background images for individual popup menus. Use the desired popup menu’s BackgroundBitmap property for this purpose.

See Also