net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteSource - dparvin/PropertyGridHelpers GitHub Wiki
Gets the source from which auto-complete suggestions are retrieved.
public AutoCompleteSource AutoCompleteSource { get; }
Controls where the combo box obtains its suggestions:
- FileSystem – File and directory paths.
- HistoryList – URL history.
- CustomSource – User-supplied values via
Values
.
- class AutoCompleteSetupAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers