Skip to content

net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteSource

dparvin edited this page Jul 5, 2025 · 11 revisions

AutoCompleteSetupAttribute.AutoCompleteSource property

Gets the source from which auto-complete suggestions are retrieved.

public AutoCompleteSource AutoCompleteSource { get; }

Remarks

Controls where the combo box obtains its suggestions:

  • FileSystem – File and directory paths.
  • HistoryList – URL history.
  • CustomSource – User-supplied values via Values.

See Also

Clone this wiki locally