开发者

How to implement a toolbar similar to microsoft word 2007 using C# (windows forms)? [duplicate]

开发者 https://www.devze.com 2023-04-12 12:44 出处:网络
This question already has answers here: Closed 11开发者_如何学C years ago. Possible Duplicate: Ribbon UI Control for WinForms
This question already has answers here: Closed 11开发者_如何学C years ago.

Possible Duplicate:

Ribbon UI Control for WinForms

I have a requirement to implement a toolbar similar to microsoft word 2007 using C#.

Actualy I need not implement ribbon control. I just have to implement a similar toolbar that is shown when we click on the tab of the ribbon. Just like grouping some common buttons/controls together (some buttons arranged in horizontal and some in vertical)

How can we do it ?


try whit Ribbon control.

http://msdn.microsoft.com/en-us/library/bb386198(v=vs.90).aspx

http://ribbon.codeplex.com/

If you use Wpf follow this example

http://www.codeproject.com/KB/WPF/ribboncontrol.aspx

Regards

0

精彩评论

暂无评论...
验证码 换一张
取 消