How to bold menuitems in the menubar in vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvialagar
    New Member
    • Apr 2008
    • 57

    How to bold menuitems in the menubar in vb.net

    hi...
    I want to bold the menuitems in the menubar. how to do it? I know, by changing the OwnerDraw property to true, we can do ourself. But without changing, the OwnerDraw property can i do that? Is it possible or not?
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    in code ? or manually? you could go through each specific menu item and click on font and set the bold property to true

    Comment

    Working...