Menu controls like Office 2010
Hi Is there a way(tool) to my WinApp written in C# using Visual Studio 2010 have menu controls which look like on these We can fund i开发者_如何转开发n Office 2010?
Thanks in advance
I believe that what you are looking for is called a "ribbon", and yes, you can accomplish that on a Winforms application.
Here is one detailed example of how to do it for free. (That article doesn't seem to have links for its five parts; just change the "01" to "02", '03" and so on to walk through it.)
There is also a free CodePlex project that generates a Windows ribbon.
If you're considering buying a component take a look at : http://www.infragistics.com/dotnet/netadvantage/winforms.aspx#Overview
In Visual Studio 2012
its added by default
but if you use Visual Studio 2010
check this
精彩评论