-
Notifications
You must be signed in to change notification settings - Fork 1
net472_PropertyGridHelpers.Controls_AutoCompleteComboBox
dparvin edited this page Jul 9, 2025
·
13 revisions
A specialized ComboBox designed for use in a PropertyGrid drop-down editor, supporting auto-completion and value commitment handling.
public class AutoCompleteComboBox : ComboBox, IDropDownEditorControl| name | description |
|---|---|
| AutoCompleteComboBox() | Initializes a new instance of the AutoCompleteComboBox class. |
| Context { get; set; } | Gets or sets the type descriptor context in which the control is being used. |
| Culture { get; set; } | Gets or sets the culture to use for localization or formatting. |
| 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. |
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.
- interface IDropDownEditorControl
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers
- AutoCompleteComboBox.cs