Gets or sets a value specifying the style of the System.Windows.Forms.ToolStripComboBox.
Documentation for this section has not yet been entered.
The ToolStripComboBox.DropDownStyle property controls the interface that is presented to the user. You can enter a value that allows for a simple drop-down list box, where the list always displays, a drop-down list box, where the text portion is not editable and you must select an arrow to view the drop-down, or the default drop-down list box, where the text portion is editable and the user must press the arrow key to view the list. To always display a list that the user cannot edit, use a System.Windows.Forms.ListBox control.