I can add the item and its value to the combo box with the following code.
combobox1.Items.add(new Item("text","value"));
How to add value to text in string collection editor? I can add text to the string collection editor.
I am afraid that you can only specify text using the built-in Visual Studio editor.
Source: https://habr.com/ru/post/1715250/More articles:How to get the process id of the calling process in erlang? - erlangjavascript comparison array - javascriptVisual Studio Debugging Path - cC stackoverflow runtime - cData structure for cache design with efficient insertion, deletion, and extraction of the highest value - algorithmVB6: expanding the number of items in a combo box - vb6CAShaperLayer -renderInContext not working? - iphonePerformance: compiling in VS, running in mono on Windows and Linux - performancetips for building my first e-commerce site - e-commerceWhat do I need to know about dynamic programming? - javaAll Articles