Visual Studio的Collections Editor中使用了什么类似ListBox的控件

发布于 2024-09-17 05:36:46 字数 186 浏览 2 评论 0原文

我需要创建一个使用与 Visual Studio 集合编辑器中的列表框相同的列表框(成员标签下的列表框)。请准确解释一下这是哪个 WinForms 控件以及设置了哪些属性?

您可以在 Visual Studio 设计时每个集合编辑器表单的 Members: 标签下看到我要询问的控件。

谢谢。

I need to create a from which uses the same ListBox as the one from Collection Editor of Visual Studio (The ListBox under the Members label). Please, explain exactly which WinForms control is this and which of its properties are set?

You can see the control I am asking about under the Members: label of every collection editor form in design time of Visual Studio.

Thank you.

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

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

发布评论

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

评论(1

睫毛溺水了 2024-09-24 05:36:46

希望这可以帮助您入门。还有其他(可能更好......)示例,但这是一个基本的入门工具,可以帮助您了解概念:

http://msdn.microsoft.com/en-us/library/9zky1t4k%28VS.90%29.aspx

引用
这个例子展示了如何创建一个
名为 ContactCollectionEditor 的控件
实现自定义集合
编辑。该示例展示了如何
指定对象的确切类型
页面开发人员可以添加到
控件的集合属性,当
使用自定义集合编辑器。你
将集合编辑器与
集合属性(或类型
属性)通过应用
EditorAttribute 到集合
控件的属性。

Hopefully this can get you started. There's other (probably better...) samples out there, but this is a basic starter which can help you get the concept:

http://msdn.microsoft.com/en-us/library/9zky1t4k%28VS.90%29.aspx

Quote:
This example shows how to create a
control named ContactCollectionEditor
that implements a custom collection
editor. The example shows how to
specify the exact type of the object
that a page developer can add to the
control's collection property when
using a custom collection editor. You
associate a collection editor with a
collection property (or the type of
the property) by applying the
EditorAttribute to the collection
property of the control.

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