public EnumPropertyEditor()
        {
            this.stringSelector = new ComboBoxEditorTemplate(this);
            this.stringSelector.Invalidate += this.stringSelector_Invalidate;
            this.stringSelector.Edited += this.stringSelector_Edited;

            //this.Height = 18;
        }
        public ObjectSelectorPropertyEditor()
        {
            this.objSelector = new ComboBoxEditorTemplate(this);
            this.objSelector.Invalidate += this.objSelector_Invalidate;
            this.objSelector.Edited += this.objSelector_Edited;

            //this.Height = 18;
        }