| C# | 
|---|
| public class LJCTabControl : TabControl | 
| #ctor | Initializes an object instance. | 
| #ctor | Instantiates an instance of the class and adds it to a container. | 
| LJCCloseEmptyPanel | Closes the tiled split panel. | 
| LJCGetTabPage | Gets the tab page if the position corresponds to a tab label. | 
| LJCGetTabPage | Gets the tab page with the matching text. | 
| LJCGetTabPage | Retrieves the tab page where the mouse was clicked. | 
| LJCGetTabPageIndex | Gets the tab index for a tab page. | 
| LJCMoveTabPage | Moves a tab page. | 
| LJCMoveTabPageLeft | Moves the tab page left to the main tabs. | 
| LJCMoveTabPageRight | Moves the tab page right to the tile tabs. | 
| LJCSetCurrentTabPage | Sets the current tab page. | 
| Dispose | Clean up any resources being used. | 
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. | 
| LJCOnLJCPanelAdd | Calls the LJCPanelAdd event handlers. | 
| OnDragDrop | Provides custom DragDrop event code. | 
| OnDragLeave | Provides custom DragLeave event code. | 
| OnDragOver | Provides custom DragOver event code. | 
| OnMouseDown | Provides custom MouseDown event code. | 
| OnMouseMove | Provides custom MouseMove event code. | 
| OnMouseUp | Provides custom MouseUp event code. | 
| OnResize | Provides custom Resize event code. | 
| LJCAllowDrag | Determines if the custom drag drop is allowed. | 
| components | Required designer variable. |