Skip to main content
A newer version of this page is available. .

TdxSkinController.UseSkinsInPopupMenus Property

Specifies if the active skin affects pop-up menus.

Declaration

property UseSkinsInPopupMenus: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

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:

Skinned Pop-Up Menu Example

The UseSkinsInPopupMenus property has an effect on pop-up menus if the following conditions are met:

  • The application is running under Microsoft Windows 7 or a newer operating system.
  • A theme is enabled in the operating system.

Pop-up menus have rounded corners if the following conditions are met:

  • The UseSkinsInPopupMenus property is set to True.
  • The application is running under Microsoft Windows 11.
  • The FormCorners property is not set to fcRectangular.

Note

All skin controllers in an application share the same UseSkinsInPopupMenus property value, since the property maps to the cxUseSkinsInPopupMenus global constant.

The UseSkinsInPopupMenus property’s default value is True.

See Also