net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_DropDownStyle - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteSetupAttribute.DropDownStyle property

Gets the style of the drop-down editor.

public ComboBoxStyle DropDownStyle { get; }

Remarks

Controls how the user can interact with the drop-down:

  • DropDown – Editable text box with drop-down list.
  • DropDownList – Drop-down list only (no free-form input).
  • Simple – Always visible list and editable text box.

See Also

⚠️ **GitHub.com Fallback** ⚠️