属性未出现在Windows窗体(C#)中 [英] properties does not appear in windows form (C#)

查看:84
本文介绍了属性未出现在Windows窗体(C#)中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了productusercontrol,
(当我构建项目时,prodcutUserControl会自动出现在.net控件工具框中)我尝试在form1中使用此控件,但它不会显示
产品标签属性,批次标签属性,BatchComboBox属性和ProductComboBox属性

请帮助我
在此处进行项目

I have created productusercontrol,
(when i build project it prodcutUserControl automatically appear in .net control tools box) I try to use this control in form1 but it does not show
Product label property, Batch Label property ,BatchComboBox property and ProductComboBox property

Please Help me
project here

推荐答案

http://msdn.microsoft.com/zh-我们/library/system.windows.forms.usercontrol.aspx#Y342 [ http://msdn.microsoft.com/en-us/library/system. windows.forms.usercontrol_properties.aspx [ ^ ]
http://msdn.microsoft.com/en-us/library/system.windows.forms.usercontrol.aspx#Y342[^]

http://msdn.microsoft.com/en-us/library/system.windows.forms.usercontrol_properties.aspx[^]


您可能必须将[Browsable(true)]属性应用于属性.
You may have to apply the [Browsable(true)] attribute to the properties.


这篇关于属性未出现在Windows窗体(C#)中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆