net472_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteSource - dparvin/PropertyGridHelpers GitHub Wiki

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

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