I am designing a popmenu and am using TPopupMenu
component. Using the Ownerdraw
property as True
and implementing the Ondraw
Item event I was able to do almost everything I wanted except override the arrow that shows item has subitems. I would like to know how to override the drawing of it, since it always appears, even using the FillRect
method on the canvas of the menu item.
This is the menu currently:
I wish you could do that