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

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

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