PPCC Namespace
Gets or sets wether to show the button border or not

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.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