Specifies how the title of a TabbedPanel is displayed on a TabStrip.
Namespace:
ZettaCube.ZeeControlsAssembly: ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)
Syntax
| C# |
|---|
public enum TabControlUseTitlesEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration TabControlUseTitlesEnum |
Members
| Member name | Description | |
|---|---|---|
| No |
Do not display the title.
| |
| Normal |
Display the title horizontally.
| |
| RotatedImage |
Display an image of a rotated title.
|