Change font of the main menu

I believe that althought setting Me.Font will change the font the controls on the form, the mainmenu and all it's sub menus will always inherit the font specified by the windows user. There is no .NET api that I am aware of that provides this functionality unless you want to set the MainMenu.OwnerDraw property to true and draw the menu yourself.
 
Back
Top