TabEditor Property
Applies To
TabControl
Description
Opens TabEditor to set up the Tab control.
Usage
You can use the TabEditor property only when designing. You can add or delete tab pages, set the background color of the tab pages, and set the tab text.
Setting | Description |
---|---|
Add | Adds a new tab page after the last page. |
Delete | Deletes the selected tab page. |
TabPageBackColor | Sets the background color for the selected tab page. |
TabPageText | Sets the tab text for the selected tab page. |
Values
0 – Left
1 – Top
2 – Right
3 – Bottom
Default: TOP
See Also
TabControl