net472_PropertyGridHelpers.Controls_AutoCompleteComboBox - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteComboBox class

A specialized ComboBox designed for use in a PropertyGrid drop-down editor, supporting auto-completion and value commitment handling.

public class AutoCompleteComboBox : ComboBox, IDropDownEditorControl

Public Members

name description
AutoCompleteComboBox() Initializes a new instance of the AutoCompleteComboBox class.
Value { get; set; } Gets or sets the value displayed and edited in the combo box.
event ValueCommitted Occurs when the user finishes editing and the value should be committed.

Remarks

This control is intended for use in property editors where a user-friendly auto-complete experience is desired, such as file paths, URLs, or custom lists. The control implements IDropDownEditorControl, allowing it to be hosted by a UITypeEditor like DropDownVisualizer.

See Also

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