
C#
文章平均质量分 67
wy7980
这个作者很懒,什么都没留下…
展开
-
C# winform中获取多重布局控件属性
问题描述: 在一个form窗体中定义了一个tabcontrol控件,tabcontrol包含多个page,每个page有自己的panel容器,容器里面有自定义的webnavigationbox控件,webnavigationbox控件中又包含了一个textbox控件。 现在要获取被选中的一个标签页的的textbox控件的文本内容。 思路:在tabselected响应事件中添加代码才能原创 2015-01-09 10:30:51 · 1130 阅读 · 0 评论 -
C# 手动添加响应函数
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; name原创 2014-12-25 17:32:37 · 1922 阅读 · 0 评论