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