c# add dropdown from enum winforms code example Example: c# combobox datasource enum cbStatus.DataSource = Enum.GetValues(typeof(Status));