-
Notifications
You must be signed in to change notification settings - Fork 115
VCLStylesMenus
The Vcl.Styles.Utils.Menus unit allows style the popup menus of the VCL Applications.
The standard VCL Styles (Delphi XE2- XE5) doesn't support Popup menus, this means if you apply any VCL Style to your VCL Application the popup menus will remain with the Windows native look and feel (exists some workarounds for this like use a TPopupActionBar, but this only works partially). By using the Vcl.Styles.Utils.Menus unit you can overcome this limitation.
Starting with Delphi XE6 the code to style the popup menus was licensed to Embarcadero, via a non-exclusive proprietary license. So from now you can choose between the Embarcadero version of the style menus or still using the VCL Style Utils. If you want still using the VCL Styles Utils version. Only you must include the Vcl.Styles.Utils.Menus unit and made the next changes.in your project