Specifies how the icon of a TabbedPanel is displayed on a TabStrip.

Namespace:  ZettaCube.ZeeControls
Assembly:  ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)

Syntax

C#
public enum TabStripUseIconsEnum
Visual Basic (Declaration)
Public Enumeration TabStripUseIconsEnum

Members

Member nameDescription
No
Do not display the icon.
Normal
Display the upright icon.
Rotated
Display the icon that is rotated 90 degrees clockwise.
Inherit
Inherit the value from the associated TabControl.

See Also