'Declaration
Public Property DropDownStyle As ComboBoxStyle
'Usage
Dim instance As GcComboBoxCellType Dim value As ComboBoxStyle instance.DropDownStyle = value value = instance.DropDownStyle
public ComboBoxStyle DropDownStyle {get; set;}
Property Value
A System.Windows.Forms.ComboBoxStyle value.The default is System.Windows.Forms.ComboBoxStyle.DropDown.