Skip to main content
All docs
V24.2

TcxCustomLookAndFeelController.UseSkinsInPopupMenus Property

Specifies if the active skin and palette affect pop-up menus.

Declaration

property UseSkinsInPopupMenus: Boolean read; write; default cxDefaultUseSkinsInPopupMenus;

Property Value

Type Default Description
Boolean cxDefaultUseSkinsInPopupMenus

True if the skin controller applies a skin to pop-up menus; otherwise, False.

Remarks

The skin controller can apply a skin to all pop-up menus invoked from the same GUI thread that DevExpress controls and components use:

VCL Skin Library: Skinned Pop-Up Menu Example

Limitations

If the UseSkinsInPopupMenus property is set to True (default), the skin controller applies a skin to pop-up menus when the following conditions are met:

  • The application runs under Microsoft Windows® 7 or a newer operating system.
  • A theme is enabled in the operating system.
  • The NativeStyle property is set to False.
  • A skin name is assigned to the SkinName property or a custom skin is loaded.

Rounded Pop-Up Menu Corners

All pop-up menus in DevExpress controls used in an application have rounded corners when the following conditions are met:

Default Value

The UseSkinsInPopupMenus property’s default value is True.

See Also