Visual Studio的Collections Editor中使用了什么类似ListBox的控件
我需要创建一个使用与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这可以帮助您入门。还有其他(可能更好......)示例,但这是一个基本的入门工具,可以帮助您了解概念:
http://msdn.microsoft.com/en-us/library/9zky1t4k%28VS.90%29.aspx
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