/// <summary> /// Constructor /// </summary> public ColorPicker() : base(typeof(Color)) { Value = Color.White; // setting up the modal dialog editor (#4430) Editor = new ColorDialogEditor(); }