[]
Interface that provides the information for painting sheet tabs.
public interface ITabManager
Public Interface ITabManager
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. |
TabForeColor | Gets or sets the text color of the tab. |
TabStrip | Gets or sets the tab strip. |
Name | Description |
---|---|
GetTabBackColor(int) | Gets the background color of the tab. |
GetTabFont(int) | Gets the font of the tab. |
GetTabForeColor(int) | Gets the text color of the tab. |
GetTabPicture(int) | Gets the picture of the tab. |
GetTabShape(int) | Gets tab shape. |
GetTabText(int) | Gets the text of the tab. |
SetTabBackColor(int, Color) | Sets the background color of the tab. |
SetTabFont(int, Font) | Sets the font of the tab. |
SetTabForeColor(int, Color) | Sets the text color of the tab. |
SetTabPicture(int, Picture) | Sets the picture of the tab. |
SetTabShape(int, GraphicsPath) | Sets tab shape. |
SetTabText(int, string) | Sets the text of the tab. |
TabMove(int, int) | Moves to a new tab. |
Name | Description |
---|---|
TabManagerChange | Tab manager change. |