问题
Will Windows 8 provide a ready to use RibbonBar control for .NET WinForms applications?
回答1:
I suppose the ribbon bar makes use of all the WPF classes and XMAL. So it's probably not support in WinForms.
MSDN Documentation: http://msdn.microsoft.com/en-us/library/ff799534(v=vs.110).aspx
Here is an open source implementation of the ribbon:
http://windowsribbon.codeplex.com/
Similar question: Ribbon UI Control for WinForms
来源:https://stackoverflow.com/questions/11011442/windows-8-ribbonbar-control-for-net-winforms-apps