Back to Devexpress

TcxCustomLookAndFeelController.UseSkinsInPopupMenus Property

vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-da2642ac.md

latest2.5 KB
Original Source

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

TypeDefaultDescription
BooleancxDefaultUseSkinsInPopupMenus

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:

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

TcxCustomLookAndFeelController.UseSkins Property

TcxCustomLookAndFeelController Class

TcxCustomLookAndFeelController Members

cxLookAndFeels Unit