Font size in a ContextMenu?

  • Thread starter Thread starter Bjorn Brox
  • Start date Start date
B

Bjorn Brox

Hi!

Is there any way to control the font size used in a ContextMenu using
Compact Framework 3.5, C#, Visual Studio 2008?
 
The fonts used for system menus (including context menus) are defined
system-wide. I believe it's this setting which controls it:-
[HKEY_LOCAL_MACHINE\System\GDI\SYSFNT]

You need to soft-reset the device to see the change.

Peter
 
Back
Top