PPCC Namespace
Gets or sets whether to draw the button icon using transparency (Top Left Pixel sampled)

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

Syntax

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

See Also