/ Assembly List / LJCWinFormControls / LJCTabControl

Namespace - LJCWinFormControls


Syntax

C#
public class LJCTabControl : TabControl

Provides custom drag and drop functionality for a TabControl.

Constructor
#ctor Initializes an object instance.
#ctor Instantiates an instance of the class and adds it to a container.

Data
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.
11 Methods

Other Private Methods
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.
10 Methods

Properties
LJCAllowDrag Determines if the custom drag drop is allowed.

Fields
components Required designer variable.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.