0
kicks
Binding a ComboBox to an Enumeration
Enumerations provide a useful manner in which to create a group of related constants that can be viewed as strings or integer values. When these values are bound to a ComboBox, the user can select an option directly from a list of the enumeration strings.