net472_PropertyGridHelpers.Controls_AutoCompleteComboBox - dparvin/PropertyGridHelpers GitHub Wiki
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. |
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