TdxBarManager.Backgrounds Property
In This Article
#Declaration
Delphi
property Backgrounds: TdxBarBackgrounds read; write;
#Property Value
Type |
---|
Tdx |
#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