Windows Mobile 渐变填充按钮 - UserControl 与子类化按钮

发布于 2024-08-10 20:57:58 字数 255 浏览 2 评论 0原文

我已经开始研究 Windows Mobile 开发,并且正在努力使用默认控件制作令人愉悦的 UI(它们确实很丑)。我研究过一些 UI“框架”,它们要么成本高昂,要么复杂(我的需求很简单)。

所以我决定编写自己的控件。以圆角矩形渐变填充按钮为例,我想了解您对创建用户控件与子类化按钮的想法。

良好的设计时支持对我来说很重要,这样我就可以轻松布局 UI。我已经尝试过两种选择,但到目前为止我还未能让按钮的设计时绘画正常工作,

谢谢

戴夫

I've started looking at Windows Mobile development and I'm struggling to make a pleasing UI using the default controls (they really are ugly). I've looked at a handful of UI 'frameworks' and they are either costly or complex (my needs are simple).

So I've decided to write my own controls. Taking a rounded rectangle gradient filled Button as an example I'd like your thoughts on creating a UserControl vs Subclassing Button.

Good design time support is important to me so I can layout the UI easily. I've played with both alternatives and I've so far failed to get design time painting of the button to work

Thanks

Dave

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

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

发布评论

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

评论(1

戒ㄋ 2024-08-17 20:57:58

我个人会对该按钮进行子类化。如果您创建用户控件,则必须公开您可能想要自定义的按钮上的每个属性。

查看这篇 MSDN 文章,了解如何使用渐变对按钮进行子类化
充满
http://msdn.microsoft.com/en-us/library/ms229661。 ASPX

I personally would subclass the button. If you create a user control you are going to have to expose every proprty on the button you might want to customize.

Take a look at this MSDN article for sub classing a button with a gradient
fill
http://msdn.microsoft.com/en-us/library/ms229661.aspx

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