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

TdxBarCustomPopupMenu.BackgroundBitmap Property

Specifies the popup menu’s background image.

#Declaration

Delphi
property BackgroundBitmap: TBitmap read; write;

#Property Value

Type
TBitmap

#Remarks

Use the BackgroundBitmap property to specify the bitmap used as the popup menu’s background. To assign a default background image for all popup menus owned by a bar manager, use the bar manager’s Backgrounds.SubMenu property.

Note

This property has no effect in the TdxRibbonPopupMenu and TdxBarApplicationMenu.

See Also