WPF功能区是否可以在没有办公室的机器上运行?(Will WPF Ribbon work on a machine with no office?)

我一直在网站http://wpf.codeplex.com/上查找并发现Ribbon控件找到了我的需求。 我想知道它是否需要机器上的任何Office许可证等,或者这只需要工具包DLL。

它是否需要Win-7或兼容XP机器?

I've been looking on the site http://wpf.codeplex.com/ and found the Ribbon control finding my needs. I was wondering if it requires any Office licence things etc. on the machine, or this just needs the toolkit dll.

Does it require Win-7 or is compatible on XP machine as well?

最满意答案

功能区对办公室没有任何依赖性,它只是使用该样式呈现。 无论有没有办公室,你都可以。

至于另一个问题,它取决于安装的WPF级别的框架,无论是什么操作系统,包括XP。 很快,你会希望它是WPF4,因为更好的字体渲染IMO。

The ribbon doesn't have any dependency on office, it just renders with that style. You're all set with or without office.

As for the other question, it depends on a framework up to the WPF level being installed, whatever OS that is, including XP. Pretty soon, you'll want that to be WPF4 due to the much better font rendering IMO.

WPF功能区是否可以在没有办公室的机器上运行?(Will WPF Ribbon work on a machine with no office?)

我一直在网站http://wpf.codeplex.com/上查找并发现Ribbon控件找到了我的需求。 我想知道它是否需要机器上的任何Office许可证等,或者这只需要工具包DLL。

它是否需要Win-7或兼容XP机器?

I've been looking on the site http://wpf.codeplex.com/ and found the Ribbon control finding my needs. I was wondering if it requires any Office licence things etc. on the machine, or this just needs the toolkit dll.

Does it require Win-7 or is compatible on XP machine as well?

最满意答案

功能区对办公室没有任何依赖性,它只是使用该样式呈现。 无论有没有办公室,你都可以。

至于另一个问题,它取决于安装的WPF级别的框架,无论是什么操作系统,包括XP。 很快,你会希望它是WPF4,因为更好的字体渲染IMO。

The ribbon doesn't have any dependency on office, it just renders with that style. You're all set with or without office.

As for the other question, it depends on a framework up to the WPF level being installed, whatever OS that is, including XP. Pretty soon, you'll want that to be WPF4 due to the much better font rendering IMO.