更改 DateTimePickers 默认颜色?

发布于 2024-08-15 08:09:49 字数 199 浏览 10 评论 0原文

无论如何,是否可以更改日期时间选择器颜色的下拉按钮,使其看起来像所附图像?如果我必须使用 WPF,我会的,但我希望有一种方法可以通过代码来完成。

谢谢

alt text

Is there anyway to change the dropdown button of the datetimepickers color to look like the attached image? If I have to use WPF I will, but I was hoping there would be a way to do it through code.

Thanks

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬花如无物 2024-08-22 08:09:49

假设您使用 WPF 工具包 中的 DateTimePicker需要创建一个 ControlTemplate 设置以按照您想要的方式显示。有一篇文章介绍了如何做到这一点:自定义新的 WPF 日历控件 它讨论了 Calendar 控件,但您也可以将它告诉您的内容应用到 DateTimePicker。

如果您使用的是它的 WinForm 版本,我不确定您将如何能够做您想做的事情。

编辑:您很可能也需要此链接,它是 DatePicker 的默认样式和模板。 http://msdn.microsoft.com/en-us /library/cc278067(VS.95).aspx

Assuming that you are using the DateTimePicker from the WPF Toolkit you will need to create a ControlTemplate setup to look the way you want to. There is an article on how to that: Customizing the New WPF Calendar Controls it talks about the Calendar control but you can apply what it tells you to the DateTimePicker as well.

If you are using the WinForm version of it, I'm not sure how you would be able to do what you want to do.

EDIT: You will most likely want this link too, it's the default style and template for the DatePicker. http://msdn.microsoft.com/en-us/library/cc278067(VS.95).aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文