什么是所有者绘制的列表框?

发布于 2024-08-03 23:23:00 字数 57 浏览 13 评论 0原文

请原谅我的无知,但我遇到过这个术语“所有者绘制”列表框。有这方面经验的人可以解释一下这到底是什么吗?

Please excuse my ignorance, but I have come across this term "owner drawn" listbox. Can someone experienced with this explain what exactly that is?

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

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

发布评论

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

评论(1

油焖大侠 2024-08-10 23:23:00

按钮、菜单、静态文本控件、
列表框和组合框可以
以所有者绘制的风格创建
旗帜。当一个控件有
自绘风格,系统处理
用户与的交互
像往常一样控制,执行这样的
检测用户何时有任务
选择一个按钮并通知
按钮的事件所有者。然而,
因为控件是所有者绘制的,
控件的父窗口是
负责视觉外观
的控制。父窗口
每当
必须绘制控件。

请阅读这篇 msdn 文章。

Buttons, menus, static text controls,
list boxes, and combo boxes can be
created with an owner-drawn style
flag. When a control has the
owner-drawn style, the system handles
the user's interaction with the
control as usual, performing such
tasks as detecting when a user has
chosen a button and notifying the
button's owner of the event. However,
because the control is owner-drawn,
the parent window of the control is
responsible for the visual appearance
of the control. The parent window
receives a message whenever the
control must be drawn.

Read this msdn article.

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