Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two requirement in C# winform
1. To set wrap text of Menustripitem
2. To change color of menustrip on focussing
I tried following
1. I tried but i didn't get any property to set wrap text
2. for this I tried mousehover and mouseleave event but it didn't work.....
Posted
Comments
Prasad Khandekar 11-Nov-13 7:31am    
Hello Suresh,

For changing the color have a look at this MSDN forum thread (http://social.msdn.microsoft.com/Forums/windows/en-US/140096de-05d3-4d7e-8d4c-9f277bc72ddb/change-backcolor-and-forecolor-when-hovering-menu-items-of-menustrip?forum=winforms). For wordWrap try setting autosize property to false.

Regards,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900