Contect Menu

J

Jonathan Dixon

Can someone tell me how to make an entry in a context menu Bold.

E.g

On msn Messenger when clicking on the tray icon

Open Msn Messenger is displayed in BOLD

Regards

Jonathan Dixon
 
N

Nicholas Paldino [.NET/C# MVP]

Jonathan,

You will have to custom paint the menu item. Basically, set the
OwnerDraw property on the MenuItem instance to true, and then subscribe to
the DrawItem (or derive from MenuItem and override OnDrawItem), drawing the
text the way you want it.

Hope this helps.
 

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

Similar Threads


Top