context menu font

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

VB.NET

i`ve created a systray icon using a context menu and the
notifyicon class.

how do i change the font for a particular menu item ?

i.e

Me.MenuItem4.Text = "Settings"

i want to make this entry bold.

me.font.bold=true

is readonly so can`t be done. Settings OwnerDraw = True
won`t work due to the bug with context menus.

any ideas ?


thanks in advance

dave
 
Back
Top