net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_DropDownStyle - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteSetupAttribute.DropDownStyle property

Gets the style of the drop-down editor used in the UI.

public ComboBoxStyle DropDownStyle { get; }

Remarks

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

  • DropDown – Editable text box with a drop-down list.
  • DropDownList – Drop-down list only, no free-form input allowed.
  • Simple – Always visible list with an editable text box.

See Also

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