Skip to content

net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_DropDownStyle

dparvin edited this page Jul 5, 2025 · 11 revisions

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

Clone this wiki locally