ContextMenuStrip and Image

  • Thread starter Thread starter Luca Giuffrida\\
  • Start date Start date
L

Luca Giuffrida\\

Hi all,
i have an image associated to every items in my ContextMenuStrip. When i
go over an item with the cursor and the element is focused I can see
only the text while image is covered by the focus.

Any suggestion is appreciated.

Luca
 
Luca Giuffrida\ ha scritto:

Ok, I find a solution.
I had to set the Image property of an item and not the BackgroundImage
property for a correct visualization.
 
Back
Top