Windows 8 RibbonBar control for .NET WinForms Apps?

半城伤御伤魂 提交于 2019-12-25 05:16:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!