标签:winform style blog ar color sp for on div
private void sbtbflList_Click(object sender, EventArgs e) { ucxmflList ucfl = new ucxmflList();//用户控件 ucfl.Dock = DockStyle.Fill;//填充panel scPanaels.Panel2.Controls.Add(ucfl);//向panel添加用户控件 }
winform Form窗体和UserControl用户空间嵌入Panel容器并填充
标签:winform style blog ar color sp for on div
原文地址:http://www.cnblogs.com/pingming/p/4171336.html