Skip to content

net90_PropertyGridHelpers.Controls_AutoCompleteComboBox_AutoCompleteComboBox

dparvin edited this page May 25, 2025 · 10 revisions

AutoCompleteComboBox constructor

Initializes a new instance of the AutoCompleteComboBox class.

public AutoCompleteComboBox()

Remarks

Default settings:

  • DropDownStyle = DropDown
  • AutoCompleteMode = SuggestAppend
  • AutoCompleteSource = CustomSource

See Also

Clone this wiki locally