Specifies how the icon of a TabbedPanel is displayed on a TabStrip.
Namespace:
ZettaCube.ZeeControlsAssembly: ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)
Syntax
| C# |
|---|
public enum TabControlUseIconsEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration TabControlUseIconsEnum |
Members
| Member name | Description | |
|---|---|---|
| No |
Do not display the icon.
| |
| Normal |
Display the upright icon.
| |
| Rotated |
Display the icon that is rotated 90 degrees clockwise.
|