赞
踩
学习目的
1)superTabControl作为浏览器标签页使用(可调4位置,7种样式等优点)
2)cefsharp在页面标签内时,关闭后资源释放问题
3)superTabControl两个重要事件(SuperTabCtl_TabItemClose和superTabControl_SelectedTabChanged)即关闭标签和标签改变时的动作调整。
看代码控制方法(参考)
- superTabCtl = new SuperTabControl();
- superTabitem = new SuperTabItem();
- superTabControlPanel = new SuperTabControlPanel();
- superTabCtl.Controls.Add(superTabControlPanel);
- superTabitem.AttachedControl = superTabControlPanel;
- superTabCtl.Tabs.Add(superTabitem);
- this.Controls.Add(superTabCtl);
-
- browser = ne
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。