Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomLookAndFeelController.UseSkinsInPopupMenus Property

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

#Declaration

Delphi
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