PPCC Namespace
Gets or sets the border color of the color tab control

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

Syntax

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

See Also