PPCC Namespace
Gets or sets the show behavior of the Color Tab Selector

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

C#
public ColorTabSelectorShowMode ShowTabSelector { get; set; }
Visual Basic (Declaration)
Public Property ShowTabSelector As ColorTabSelectorShowMode
Visual C++
public:
property ColorTabSelectorShowMode ShowTabSelector {
	ColorTabSelectorShowMode get ();
	void set (ColorTabSelectorShowMode value);
}

See Also