TcxCustomLookAndFeelController.UseSkinsInPopupMenus Property
Declaration
property UseSkinsInPopupMenus: Boolean read; write; default cxDefaultUseSkinsInPopupMenus;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | cxDefaultUseSkinsInPopupMenus |
|
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:

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:
- The application runs under Microsoft Windows® 11.
- The
UseSkinsInPopupMenusproperty is set toTrue. - The FormCorners property is set to fcDefault, fcRounded, or fcSmallRounded.
Default Value
The UseSkinsInPopupMenus property’s default value is True.
See Also