如何修改usercontrol里多个button的属性?
如何修改usercontrol里多个button的属性?分两种方式:
一、点击usercontrol里的一个button,然后把usercontrol里的所有button的enable属性设为false
二、点击usercontrol外的一个button,然后把usercontrol里的所有button的enable属性设为ture
这个该如何实现?代码尽量简洁不重复,初学者请各位多多指教!谢谢! --------------------编程问答-------------------- 添加自定义控件的访问
在自定义控件里面设置button的enabel属性
在外部雷同操作 --------------------编程问答-------------------- 能说得具体点吗?
补充:.NET技术 , C#