ComponentOne MultiSelect for WinForms
UseItemsBindingSource Property

C1.Win.C1Input Namespace > C1ComboBox Class : UseItemsBindingSource Property
Keeps SelectedIndex property synchronized with System.Windows.Forms.BindingSource.Position.
Syntax
'Declaration
 
Public Property UseItemsBindingSource As Boolean
public bool UseItemsBindingSource {get; set;}
Remarks
UseItemsBindingSource does not have any effect if ItemsDataSource value is not a System.Windows.Forms.BindingSource.
See Also

Reference

C1ComboBox Class
C1ComboBox Members