

* (new ComboBoxItem ("410000015503", "New Bridge Street-St Dominics")) ĬomboBox1.Items. In Visual Basic 2013, the function of the Combo Box is also to present a list of items where the user can click and select the items from the list. Under the Form Controls, the second button is Combo Box command. LblText.Text = "Timetable Bushours for " + "New Bridge Street-St Dominics" īusstops = new ComboBoxItem("410000015503", "New Bridge Street-St Dominics") īusstops = new ComboBoxItem("410000015552", "Bothal Street (N-Bound), Byker ") Click the Tools drop down menu under Menus tab Click the Controls item Click the Insert item Then you will view the Form Controls buttons, that’s original Forms Toolbar. Private void Form1_Load(object sender, EventArgs e)


You can continue to use them in Word 2013, and you must use them for forms to be saved in Wformat. Now I want to like to add each time a value and a text to a comboboxitem Legacy form fields are the field types that were available in earlier versions of Word. Public ComboBoxItem(string val, string text) I have made a own class called ComboBoxitem which have two props: Value and text.
