private static void ComboBoxDropDownWidthFitToContent(System.Windows.Forms.ComboBox cbo) { cbo.DropDownWidth = ParameterPropertyForm.GetLargestTextExtent(cbo); }