Skip to main content

TdxBarBackgrounds.SubMenu Property

Specifies the default background image for submenus.

Declaration

property SubMenu: TBitmap read; write;

Property Value

Type
TBitmap

Remarks

Use the SubMenu property to specify the background image used by submenus. The image below illustrates which interface elements are affected by this property.

Note that the SubMenu property affects not only subitems. For instance, it specifies the background color for dropdowns of toolbar list items. The specified image, however, is not used for editor items such as combo items, etc.

You can also specify background images for individual popup menus. Use the desired popup menu’s BackgroundBitmap property for this purpose.

See Also