Example #1
0
 /// <summary>
 /// Creates a <strong>DropListBox</strong>.
 /// </summary>
 public StandardValuesListBox(GenericValueEditor control) {
     editor = control;
     BorderStyle = BorderStyle.None;
     IntegralHeight = false;
     DrawMode = DrawMode.OwnerDrawVariable;
 }
Example #2
0
 public PreviewControl(GenericValueEditor editor) {
     this.editor = editor;
     Cursor = Cursors.Default;
 }
Example #3
0
 public StandardValuesUIEditor(GenericValueEditor editor) {
     this.editor = editor;
 }
Example #4
0
 /// <summary>
 /// Creates the editor service.
 /// </summary>
 /// <param name="editor">The cell editor.</param>
 public EditorService(GenericValueEditor editor) {
     this.editor = editor;
 }