PPCC Namespace
Gets or sets the button background transparency

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

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

See Also