I'm extending the combobox control and in the constructor, I am performing a fetch to populate my items collection. The problem is, when I drag my control on the form, I get an exception, because the designer calls the controls constructor. Does anyone know if there is a way to check if executing in design time or runtime?