net472_PropertyGridHelpers.UIEditors_AutoCompleteComboBoxEditor 1 - dparvin/PropertyGridHelpers GitHub Wiki

AutoCompleteComboBoxEditor<T> class

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.

Public Members

name description
AutoCompleteComboBoxEditor() Initializes a new instance of the AutoCompleteComboBoxEditor class.

Remarks

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.

See Also

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