PPCC Namespace
Gets or sets whether to show drop down variable color palette

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

Syntax

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

See Also