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

cxUseSkinsInPopupMenus Constant

Specifies if a skin controller can apply a skin to pop-up menus.

Declaration

const cxUseSkinsInPopupMenus: Boolean = cxDefaultUseSkinsInPopupMenus;

Returns

Type Description
Boolean

True if the active skin affects pop-up menus; otherwise, False.

Remarks

A skin controller‘s UseSkinsInPopupMenus property maps to the cxUseSkinsInPopupMenus global variable. All skin controllers in an application share the same pop-up menu skin setting.

Note

If you change the cxUseSkinsInPopupMenus value directly, call the RootLookAndFeel.Refresh procedure to apply the change to your application.

See Also