TdxBarCustomPopupMenu.BackgroundBitmap Property
In This Article
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 Tdx
See Also