PPCC Namespace
Gets or sets the style object for the Color Tab Selector

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

Syntax

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

See Also