首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > flying-tabs

flying-tabs

  • 资源大小:149.58 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Introduction With FlyingTabs, it is possible to move tab pages in a tab control and between tab controls during runtime of a .NET application. System Requirements .NET 3.5 or above (because FlyingTabs is implemented with extension methods, earlier versions of .NET cannot be used) Usage Add the assembly FlyingTabsLib.dll to the project references Add FlyingTabsLib to the using directives using FlyingTabsLib; Enable Drag & Drop for the tab controls, e.g. this.tabControl1.EnableDragAndDropTabs();this.tabControl2.EnableDragAndDropTabs();this.tabControl3.EnableDragAndDropTabs(); Disable Drag & Drop for the tab controls if not required anymore, e.g. this.tabControl1.DisableDragAndDropTabs();this.tabControl2.DisableDragAndDropTabs();this.tabControl3.DisableDragAndDropTabs(); Examples An example applicatio

文 件 列 表

Build
Debug
Release
Example
bin
FlyingTabsExample.csproj
Form1.cs
Form1.Designer.cs
Form1.resx
Form2.cs
Form2.Designer.cs
Form2.resx
obj
Program.cs
Properties
Settings.StyleCop
StyleCop.Cache
FlyingTabs.sln
FlyingTabs.suo
Source
FlyingTabs.cs
FlyingTabsLib.csproj
obj
Properties
StyleCop.Cache
TabPageInfo.cs
VIP VIP
0.192163s