Daniel Moth talks about a work around which involves modifying registry settings:
Menus (MainMenu, ContextMenu and MenuItem) are resized according to their Font. However, they do not expose a Font property, so you are stuck with whatever the default Font is for the platform. You can change that through the registry:
HKLM\Menu\BarFnt
DWORD "Ht" for height , DWORD "Wt" for boldness: 700 or 400
HKLM\Menu\PopFnt
same as above, but this applies to menu items rather than the menu bar
1 comment:
Hi,
I was using menu items over main menu. What I have come across is that there is not support for icons in the menu items.
Any ideas?
Post a Comment