popmenu

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
Hrcko,

You will have to custom draw the menu item. Set the OwnerDraw property
to true on the MenuItem, and then subscribe to the MeasureItem and DrawItem
events to provide the size and the contents for the menu.

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

transparent 2
print picture 2
datetime 9
PopMenu vs ContextMenu 4
sort string 10
listview 3
dataset table into an array list 13
ColIndex 2

Back
Top