Skip to content

net90_PropertyGridHelpers.Attributes_AutoCompleteSetupAttribute_AutoCompleteMode

dparvin edited this page Jul 5, 2025 · 11 revisions

AutoCompleteSetupAttribute.AutoCompleteMode property

Gets the mode that determines how suggestions appear in the UI as the user types.

public AutoCompleteMode AutoCompleteMode { get; }

Remarks

Controls the behavior of suggestion display:

  • Suggest – Shows a list of matches.
  • Append – Auto-completes the typed text with the closest match.
  • SuggestAppend – Combines suggest and append modes.

See Also

Clone this wiki locally