1

How can I hide selected area in sub menu item ? please refer attached image .. enter image description here

Neeraj Kumar Gupta
  • 2,157
  • 7
  • 30
  • 58
  • 4
    Possible duplicate of [How to remove MenuStrip submenu margins?](http://stackoverflow.com/q/853873/1577396) – Mr_Green Dec 04 '12 at 10:26

1 Answers1

0

Late Answer:

Use The Method ShowImageMargin() for Hiding ContexMenu Strip on Righ click.. & Please select subitems as another ContexMenuStrip.

    ContextMenuStrip1.ShowImageMargin = true;

this Hides the area you marked.

Rahul Uttarkar
  • 3,367
  • 3
  • 35
  • 40