PPCC Namespace
get or set the color of the color tab separator style

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

Syntax

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

See Also