net472_PropertyGridHelpers.UIEditors_AutoCompleteComboBoxEditor 1 - dparvin/PropertyGridHelpers GitHub Wiki
Provides a type-safe AutoCompleteComboBoxEditor
for editing enum-based values in a PropertyGrid. This generic variant allows specifying a custom EnumConverter to control display and parsing behavior.
public class AutoCompleteComboBoxEditor<T> : AutoCompleteComboBoxEditor
where T : EnumConverter, new()
parameter | description |
---|---|
T | A custom EnumConverter type that provides conversion logic for the target enum. |
name | description |
---|---|
AutoCompleteComboBoxEditor() | Initializes a new instance of the AutoCompleteComboBoxEditor class. |
This editor automatically creates an instance of T and assigns it to the Converter
property, allowing for customized enum text representation in the drop-down.
- class AutoCompleteComboBoxEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers
- AutoCompleteComboBoxEditor.cs