将 telerik 主题应用到 WPF 对话框
我如何将 telerik 主题应用到对话框,例如;消息框、文件夹浏览器对话框。在 Wpf 中
提前致谢。
How can I apply telerik themes to a dialog box eg for example; MessageBox, FolderBrowserDialog. In Wpf
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您在 wpf 中使用 Windows 窗体
System.Windows.Forms
对话框?如果是这样,那么使用 Telerik WPF 主题来为它们设置主题可能希望渺茫。您也许可以使用 telerik Windows Forms 主题来为它们设置主题,但我不确定,我实际上不再使用 Forms。但是,如果您使用的是
Microsoft.Win32
命名空间对话框,据我了解,它们将使用默认安装在操作系统上的任何主题。下面的 CodeProject 文章展示了如何深入研究 API,可能对您有所帮助,但它没有具体说明如何更改主题。http://www.codeproject.com/Articles/16276/Customizing-OpenFileDialog -in-NET
I assume you are using the windows forms
System.Windows.Forms
dialog boxes in wpf? If so, there is likely little hope for themeing them with Telerik WPF themes. You may be able to theme them with a telerik Windows Forms theme, but I am unsure, I don't really use Forms anymore.If however you are using the
Microsoft.Win32
namespaced dialogs, it is my understanding that they will use whatever theme is installed on the operating system by default. The following CodeProject article shows how to dig into the API, and may be of help to you, but it doesn't specifically say how to alter the theme.http://www.codeproject.com/Articles/16276/Customizing-OpenFileDialog-in-NET