visual-studio 在 Visual Studio 中添加功能区控件需要什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2524562/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What do I need to add the ribbon control in Visual Studio?
提问by Jonathan
What do I need to add the ribbon control into Visual Studio? Is the Ribbon included in VS 2010?
将功能区控件添加到 Visual Studio 中需要什么?VS 2010 中是否包含功能区?
Thanks
谢谢
Jonathan
乔纳森
回答by Refracted Paladin
For a "Free" implementation see here --> http://windowsribbon.codeplex.com/
有关“免费”实现,请参见此处 --> http://windowsribbon.codeplex.com/
and here for a walkthrough on implementing it --> http://blogs.microsoft.co.il/blogs/arik/archive/2009/12/23/windows-ribbon-for-winforms-part-0-table-of-contents.aspx
回答by msarchet
Most Ribbion Controls are added via a 3rd party control suite.
大多数 Ribbion 控件是通过 3rd 方控件套件添加的。
Some of the popular ones are
一些流行的是
- DevExpress DevExpress XtraBars Suite
- DevComponents DevComponents Ribbion Control
- Telerik Telerik RadRibbonBar
- ComponentOne Component One Ribbion Bar
- DevExpress DevExpress XtraBars 套件
- DevComponents DevComponents Ribion Control
- Telerik Telerik RadRibbonBar
- ComponentOne ComponentOne Ribion Bar
These are links to the WinForms controls most of the companies also have similar WPF versions of the control.
这些是 WinForms 控件的链接,大多数公司也有类似的 WPF 版本的控件。
And Here is a link to a StackOverflow post about Free Controls SO Post
这里是关于 Free Controls SO Post的 StackOverflow 帖子的链接
(I'm sure I didn't list all of the possible vendors)
(我确定我没有列出所有可能的供应商)
回答by Martin
You can find a ribbon control at http://www.devcomponents.com/dotnetbar/ribbon-control.aspxAs I know, there isn't a ribbon control included in VS 2010 RC for WinForms
您可以在http://www.devcomponents.com/dotnetbar/ribbon-control.aspx找到功能区控件 据我所知,VS 2010 RC for WinForms 中不包含功能区控件
回答by Paxenos
Microsoft's Ribbon Control Library DLLis an option. Click "License the Office UI" and follow the instructions from there. Unfortunately, the ribbon control provided here does not show in designer view. but it does have all of the functionality of the Ribbon.
Microsoft 的Ribbon Control Library DLL是一个选项。单击“许可 Office UI”并按照那里的说明进行操作。不幸的是,此处提供的功能区控件未显示在设计器视图中。但它确实具有功能区的所有功能。
Here is a link to a sample project: http://windowsclient.net/downloads/folders/hands-on-labs/entry76491.aspx
这是一个示例项目的链接:http: //windowsclient.net/downloads/folders/hands-on-labs/entry76491.aspx

