PPCC Namespace
Specifies the Color Tab selector style
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public enum ColorTabSelectorStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration ColorTabSelectorStyle |
| Visual C++ |
|---|
public enum class ColorTabSelectorStyle |
Members
| Member name | Description | |
|---|---|---|
| DropDownList |
Color Tab Selector is shown as a drop down list
| |
| Scrollable |
Color Tab Selector is shown as arrows to be able to scroll to color tabs that are off screen
|