How extend Windows 8 Explorer Ribbon with custom controls?(如何使用自定义控件扩展 Windows 8 资源管理器功能区?)
问题描述
例如,我想做一个简单的调整器,你可以在资源管理器中选择图像并设置新的尺寸.
As example, I want make simple resizer, where you can select image in explorer and set new dimensions.
推荐答案
无法修改 Windows Explorer 8 功能区.
It is not possible to modify the Windows Explorer 8 ribbon.
但是,加载项将无法插入功能区 UI.这是对我们来说是一个艰难的工程选择,我们希望你们中的许多人将阅读此内容并建议我们添加该功能——当然,如果我们这次我们可以做到这一点,我们会做到的.一个大的这个博客的一部分是分享这些选择——权衡——在新的功能并添加我们可以梦想和完成的所有内容.我们也认为我们提供的定制和改进是值得的这一次.
However, add-ins will not be able to plug into the ribbon UI. This was a difficult engineering choice for us and we expect that many of you will read this and suggest we add the capability--of course if we could get it right this time around we would have done that. A big part of this blog is sharing these choices--tradeoffs--between new features and adding everything we can dream up and finishing. We also think the customization we provide and the improvements are worthwhile this time around.
来自这里一个>.
这篇关于如何使用自定义控件扩展 Windows 8 资源管理器功能区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用自定义控件扩展 Windows 8 资源管理器功能区?
基础教程推荐
- 如果条件可以为空 2022-01-01
- 将数据集转换为列表 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 获取C#保存对话框的文件路径 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
