Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ComboBox from Enum in Windows Forms (WinForms) Application using C# and VB.Net.
The Enum values will be extracted into an Array and then each Array item will be added to the ComboBox in Windows Forms (WinForms) Application using C# and VB.Net.