Bind a Combo Box to an Enumeration in Visual Studio .NET Provided by Jim Ferguson, Project Manager An enumeration is a related set of constants. The enumeration members between the Enum and End Enum statements are initialized to constant values. Enumeration is used to group a set of constants under a common name, so the value can be referred to by a string value rather than the numeric value. For