TdxBarCustomPopupMenu.BackgroundBitmap Property
Specifies the popup menu’s background image.
Declaration
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