码迷,mamicode.com
首页 > Windows程序 > 详细

winform Form窗体和UserControl用户空间嵌入Panel容器并填充

时间:2014-12-18 13:15:01      阅读:232      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!