vb.net - Setting Value and Text of ComboBox Using Property Panel -


I have a combobox in a VB.NET application that has a population using the "item" property in the properties panel. The "item" says the property "(collection)" and when it shows the selected "..." button this button spreads in a new window where you can populate the item in Cambodia. The text editor allows me to populate the list and looks like this:

  option 1 option 2 option etc. ...  

Cambodia properly Makes popups, but when the chosen text call is made to the combobox: combo box. Selected text = "option1"

combo box. The selected text is always an empty string (= "")

I know that I can populate the box in the code and set the members of the text and value through the code, but I I am wondering if the selected text property is essentially empty using the property sheet panel


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -