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 资源管理器功能区?
基础教程推荐
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
