'宣言 Public Property DropDownStyle As System.Windows.Forms.ComboBoxStyle
'使用法 Dim instance As RenderInputComboBox Dim value As System.Windows.Forms.ComboBoxStyle instance.DropDownStyle = value value = instance.DropDownStyle
public System.Windows.Forms.ComboBoxStyle DropDownStyle {get; set;}