问题标签 [ribbon-control]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wpf - 隐藏/取消隐藏 Microsoft Ribbon for WPF 版本的功能区
MS正式发布了用于WPF的MS Ribbon。此版本不支持主题,它带有一个默认的蓝色主题,Office 2010 外观。Office 2010 有一个按钮,允许用户隐藏/取消隐藏功能区,但功能区的发布版本没有。实施了吗?我怎样才能添加一个?
wpf-controls - “Fluent” UI 功能区控件能否与新的“Microsoft Ribbon for WPF”共存?
我们有一个使用 Office Fluent UI 功能区控件库的应用程序正在进行/开发。似乎 Microsoft Ribbon for WPF 的新 RTM 版本将成为 Microsoft 库的标准(至少在下个月左右)。
我们能否在我们的开发盒上安全地安装 Microsoft Ribbon for WPF 并开始将我们的 WPF xaml 转换为新的控件结构,同时仍支持/运行旧版 Fluent 控件的版本?
是否可以在同一个项目中引用它们,以便我们一次重新编码一个窗口?
wpf - Searching workaround to apply Localization on Ribbon Control using LocalizationExtension from codeplex
My application has to support multiple languages and should be able to switch the language on run time. For that purpose I am using LocalizationExtension from codeplex (http://wpflocalizeextension.codeplex.com/) I am using Ribbon Contorl in my application. I am creating ribbonCommands as window resource and Binding the LableTitle and other properties withLocalizationExtension class.
Then assigning it to button Command property as static resource.
Here is my RibbonCommandExtended class.
When my program starts, then the ribbon control picks the right language strings and images. But when I change the language on runtime then I could't see any change in ribbon control localized text and image. Because the RibbonCommand's LabelTitle, LargeImageSource and all other properties are not Dependency properties.
Have someone solved the issue already? Or is there any other way rather then LocalizationExtension to make my application localized so that it fulfills my requirements?
wpf - WPF 的 Microsoft 功能区:控制快速访问工具栏中的项目计数?
我正在加快使用新的Microsoft Ribbon for WPF。我正在使用快速访问工具栏创建功能区。我在 QAT 中有六个项目——我想展示其中四个并将另外两个放在溢出按钮中。此时,所有六个按钮都显示出来,没有溢出按钮。如何设置可见 QuickAccess 按钮的数量?谢谢你的帮助。
delphi - 是否可以设置内置功能区控件(D2009)的字体?
我想增加标准(D2009)功能区控件的字体大小,但我找不到一个属性来做到这一点。是否可以完全更改字体?什么时候是,怎么做?
谢谢
delphi - 功能区控件
如何启用使用 Delphi 在快速访问栏中单击更多命令按钮后禁用的功能区按钮?
wpf - MultiBinding 与 Prism/RibbonControl 导致转换器提前触发
上面是问题的 XAML...我有一个按钮,单击该按钮时通过 Prism 中的 IEventAggregator 发布事件,其中传递的视图是上面的内容。然后转换器启动,并且这些值看起来是合法的。但是,我希望在上面触发比较命令时触发比较。但是当这种情况发生时,对象 [] 有 2 个项目都是空的......不确定是什么原因造成的?
delphi - 关于delphi中的功能区控件
嗨,我如何保存功能区的当前状态,以便下次使用 Delphi 打开 exe 时可以加载具有相同状态的功能区?
ms-word - 有没有办法从 Fluent UI xml 调用快速部件?
我希望能够在 Word 2007/2010 中创建自定义 UI,以从自定义功能区调用快速部件/自动文本。
我可以很好地调用宏和其他编码的东西,但是有没有办法将 quickparts 集成到自定义功能区中?
vba - 使用 VBA 将自定义组添加到 Outlook 2010 中的“主页”选项卡
似乎找不到任何简单的 VBA 教程,用于将自定义组添加到 Outlook 2010 功能区的“主页”选项卡。
不应该是几个简单的步骤,包括遍历主页选项卡中的对象并以编程方式添加带有控件的组等,或者重新定义描述主页选项卡的 XML。
有没有包含这个简单示例的示例 VBA 代码或文章?具体来说,我正在尝试添加一个自定义组,其中包含 1 个文本字段和 1 个触发自定义宏的按钮。
干杯,戴夫——特林达兹在 Fedang #outlook-2010-vba