文件名称:TabControl_Demo
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- pra****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Recently I came across a requirement for a tab control to be closed from the header itself. This means the user doesn t need to switch to any tab page in order to close it. The perfect example for this one is Firefox browser. In Firefox, the user can open as many tabs as he wants and he can close any tab at any time without opening the tab. I tried Googling a solution and didn t find anything that was exactly what I wanted. Then I thought about implementing my own tab control with the same functionality. So finally, here is the control.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TabControl_Demo\TabControl_Demo.sln
...............\....trl\AssemblyInfo.cs
...............\.......\TabCtlEx.cs
...............\.......\TabCtlEx.resx
...............\.......\TabCtrl.csproj
...............\.......\TabCtrl.csproj.user
...............\.......\TabPage.cs
...............\.......\TabPage.resx
...............\..._Control_Demo\App.ico
...............\................\AssemblyInfo.cs
...............\................\Form1.cs
...............\................\Form1.resx
...............\................\Tab_Control_Demo.csproj
...............\................\Tab_Control_Demo.csproj.user
...............\TabCtrl
...............\Tab_Control_Demo
TabControl_Demo
...............\....trl\AssemblyInfo.cs
...............\.......\TabCtlEx.cs
...............\.......\TabCtlEx.resx
...............\.......\TabCtrl.csproj
...............\.......\TabCtrl.csproj.user
...............\.......\TabPage.cs
...............\.......\TabPage.resx
...............\..._Control_Demo\App.ico
...............\................\AssemblyInfo.cs
...............\................\Form1.cs
...............\................\Form1.resx
...............\................\Tab_Control_Demo.csproj
...............\................\Tab_Control_Demo.csproj.user
...............\TabCtrl
...............\Tab_Control_Demo
TabControl_Demo