Inheritance: System.Windows.Forms.UserControl
Esempio n. 1
0
 public ArrowButton(ColorPicker colorPicker)
 {
     SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.Opaque, true);
     this.colorPicker = colorPicker;
     TabStop          = false;
 }
Esempio n. 2
0
 public ColorPickerEditCtrlHook(ColorPicker colorPicker)
 {
     this.colorPicker = colorPicker;
 }