PPCC Namespace
Specifies how the visibility of the Color Tab Selector should behave
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public enum ColorTabSelectorShowMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration ColorTabSelectorShowMode |
| Visual C++ |
|---|
public enum class ColorTabSelectorShowMode |
Members
| Member name | Description | |
|---|---|---|
| Always |
The Color Tab Selector is always visible, even if all tabs are completely visible
| |
| Automatic |
The Color Tab Selector is only visible when there are tabs are partially visible or off screen
| |
| Never |
The Color Tab Selector is never visible
|