context menu font

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top