Provides a common implementation of members for the System.Windows.Forms.ListBox and System.Windows.Forms.ComboBox classes.
See Also: ListControl Members
The System.Windows.Forms.ListControl class provides implementations of common elements for the System.Windows.Forms.ListBox and System.Windows.Forms.ComboBox controls.
The following properties are of primary concern to users of a data-bound System.Windows.Forms.ListBox or System.Windows.Forms.ComboBox: ListControl.DataSource, ListControl.DisplayMember, ListControl.SelectedValue, and ListControl.ValueMember properties.