'Declaration Public Sub SetDataBinding( _ ByVal dataSource As Object, _ ByVal dataMember As String _ )
'Usage Dim instance As ComboBoxEditor Dim dataSource As Object Dim dataMember As String instance.SetDataBinding(dataSource, dataMember)
public void SetDataBinding( object dataSource, string dataMember )
Parameters
- dataSource
- The data source used to populate the WinComboBox, typed as System.Object.
- dataMember
- A string that specifies the table to bind to within the object returned by the DataSource property.