How can I hide selected area in sub menu item ?
please refer attached image .. 
            Asked
            
        
        
            Active
            
        
            Viewed 798 times
        
    1
            
            
        
        Neeraj Kumar Gupta
        
- 2,157
 - 7
 - 30
 - 58
 
- 
                    4Possible duplicate of [How to remove MenuStrip submenu margins?](http://stackoverflow.com/q/853873/1577396) – Mr_Green Dec 04 '12 at 10:26
 
1 Answers
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