会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
01 2020 档案
[原创]winform自定义控件之类属性-多重属性-可折叠属性
摘要:给需要在控件属性面板显示的属性类,添加如下特性 [TypeConverter(typeof(ExpandableObjectConverter))] https://www.2cto.com/kf/201302/188246.html
阅读全文
posted @
2020-01-15 12:57
水色天空
阅读(513)
评论(0)
推荐(0)
WinForm之DataBinding
摘要:private void Form2_Load(object sender, EventArgs e) {BB b = new BB(); button2.DataBindings.Add("Text", b, "s"); } class BB { public string s { get; se
阅读全文
posted @
2020-01-07 16:46
水色天空
阅读(789)
评论(0)
推荐(0)
公告