net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_DropDownStyle - dparvin/PropertyGridHelpers GitHub Wiki
Gets the style of the drop-down editor used in the UI.
public ComboBoxStyle DropDownStyle { get; }
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.
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers