在加载项中使用 Visual Studio 主题
是否可以在外接程序中使用当前的 Visual Studio 主题?我正在使用 Visual Studio 2010,并希望使用环境的深蓝色和浅蓝色来为我的外接程序中的某些控件着色。
Is it possible to utilise the current Visual Studio theme within an Add-In? I'm using Visual Studio 2010 and want to use the dark and light blue colouring of the environment to colour certain controls within my addin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
找到一个名为“更改 Visual Studio 的调色板”的博客,其中引用了 Visual Studio用户体验指南文档。
Found a blog named Changing Visual Studio’s Color Palette which references the Visual Studio UX Guidelines document.
要在 VS 2012 插件中处理主题,请查看这篇详细文章:
HOWTO:获取当前主题并检测从 Visual Studio 2012 加载项对其进行的更改。
To handle theme in a VS 2012 addin, have a look at this detailed article:
HOWTO: Get the current theme and detect changing it from a Visual Studio 2012 add-in.