[]
Represents the tab manager.
public class TabManager : ITabManager
Public Class TabManager
Implements ITabManager
| Name | Description |
|---|---|
| TabManager() | Creates a new tab manager with default values. |
| TabManager(TabStrip) | Creates a new tab manager for the specified tab strip. |
| Name | Description |
|---|---|
| SelectedTab | Gets or sets the index of the active tab. |
| TabBackColor | Gets or sets the background color of the tab. |
| TabCount | Gets or sets the number of tabs. |
| TabFont | Gets or sets the font of the tab text. |
| TabForeColor | Gets or sets the text color of the tab. |
| TabStrip | Gets or sets a tab strip. |
| Name | Description |
|---|---|
| DeleteTab(int) | Deletes a tab. |
| GetTabBackColor(int) | Gets the background color of the tab. |
| GetTabFont(int) | Gets the font. |
| GetTabForeColor(int) | Gets the text color of the tab. |
| GetTabPicture(int) | Gets the picture. |
| GetTabShape(int) | Gets the shape of the tab. |
| GetTabText(int) | Gets the text. |
| GetTextDirect(int) | Gets the text. |
| InsertTab(int, string, Color, Color, Font, GraphicsPath, Picture) | Inserts a tab. |
| OnTabManagerChange(object, TabManagerChangeEventArgs) | Occurs when the tab manager changes. |
| SetTabBackColor(int, Color) | Sets the background color of the tab. |
| SetTabFont(int, Font) | Sets the font. |
| SetTabForeColor(int, Color) | Sets the text color of the tab. |
| SetTabPicture(int, Picture) | Sets the picture. |
| SetTabShape(int, GraphicsPath) | Sets the shape of the tab. |
| SetTabText(int, string) | Sets the text. |
| TabMove(int, int) | Moves a tab. |
| Name | Description |
|---|---|
| TabManagerChange | Occurs when tab manager changes. |