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

TdxBarManager.Backgrounds Property

Specifies the background bitmaps used by the current bar manager’s toolbars and submenus.

#Declaration

Delphi
property Backgrounds: TdxBarBackgrounds read; write;

#Property Value

Type
TdxBarBackgrounds

#Remarks

Use the Backgrounds property to access the TdxBarBackgrounds object which specifies background bitmaps for bars and submenus. The background bitmap used by a toolbar is specified by the Bar property of this object. The object’s SubMenu property sets the background image for submenus.

In the following picture a floating toolbar with a background image is displayed.

See Also