PPCC Namespace
Gets or sets array to hold custom color set

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

Syntax

C#
public int[] CustomColors { get; set; }
Visual Basic (Declaration)
Public Property CustomColors As Integer()
Visual C++
public:
property array<int>^ CustomColors {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also