PPCC Namespace
Shows or hides selected color tab borders

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

Syntax

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

See Also