D
dbuchanan
These setting mystify me for these reasons.
*SelectedItem* - Help says that 'SelectedItem' gets or sets the
currently selected item in the combobox.
*SelectedValue* - Help says that 'SelectedValue' gets or sets the value
of the member property specified by the ValueMember property.
*ValueMember* - Help says that the 'ValueMember' Gets or sets the
property to use as the actual value for the items in the ListControl.
The above three properties are described as results of runtime events!
What are they doing in the properties section of the ComboBox?????
How do I use them to sync a databound combobox on a form with the
current bound row on the form?
Please help me understand how to use these settings?
Thank you,
dbuchanan
*SelectedItem* - Help says that 'SelectedItem' gets or sets the
currently selected item in the combobox.
*SelectedValue* - Help says that 'SelectedValue' gets or sets the value
of the member property specified by the ValueMember property.
*ValueMember* - Help says that the 'ValueMember' Gets or sets the
property to use as the actual value for the items in the ListControl.
The above three properties are described as results of runtime events!
What are they doing in the properties section of the ComboBox?????
How do I use them to sync a databound combobox on a form with the
current bound row on the form?
Please help me understand how to use these settings?
Thank you,
dbuchanan