|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ComboBox design-time DataBinding setting questions.*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 Hi,
The combobox is a control (as any listcontrol as the listbox by the way) which can be used in more ways. One of those is that it can be used with an array as a simple control and it can be used as a complex data bound control. However that is not intermixed it is just one of those ways. Which means as well that they can work completely different by instance with events. In the simple format you have the SelectedItem in the complex dataformat you use by instance the SelectedValue (for the valuemember) or the SelectedText for the displaymember. I hope this helps a little bit, cor Cor,
> I hope this helps a little bit, No, it didn't address my questions.Read my questions again. dbuchanan > They are not, it are just properties as any other property from which > The above three properties are described as results of runtime events! forever the result can be depending from another property, however it has nothing to do with an event. As every property can they be used in an event. > What are they doing in the properties section of the ComboBox????? See previous answer> > How do I use them to sync a databound combobox on a form with the That is standard if they have the same datasource.> current bound row on the form? Show quoteHide quote > Cor
Sync databound combobox to current bound record in form
Const Member in Base Class to be overridden in Derived Class? Comparing 2 datatables... Dragging a file from Windows into My program Clearing a TextBox Whats this vbScript eval() function equivalent in VB.Net - Dynamically evaluate code Rounded form corners and a custom title bar how to: remove unequal white spaces with trim method Share datasource among programs |
|||||||||||||||||||||||