软件编程
位置:首页>> 软件编程>> C#编程>> 关于C# TabPage如何隐藏的问题

关于C# TabPage如何隐藏的问题

  发布时间:2023-01-10 00:01:39 

标签:TabPage,隐藏


this.tclMain.Controls["tpgSize"].Parent = null;
this.tclMain.Controls["tpgColor"].Parent = null;


上述代码将原本是tabcontrol(tclMain)中的两个TabPag(tpgSize, tpgColor)e去掉了


this.tclMain.Controls.Add(tpgSize);

上述代码又将原本tabpage(tpgSize)添加回来

0
投稿

猜你喜欢

手机版 软件编程 asp之家 www.aspxhome.com