net472_PropertyGridHelpers.UIEditors_AutoCompleteComboBoxEditor_EditValue - dparvin/PropertyGridHelpers GitHub Wiki
Displays an AutoCompleteComboBox
editor in a dropdown and returns the updated value after editing completes. Supports dynamic item lists and enum mapping when configured.
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider,
object value)
parameter | description |
---|---|
context | Provides context information about the design-time environment. |
provider | A service provider that can provide an IWindowsFormsEditorService. |
value | The current value of the property being edited. |
The edited value as returned by the control. This is typically a string, but may be the corresponding enum value if the editor is configured with an enum type. If editing is canceled or fails, returns the original value.
- class AutoCompleteComboBoxEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers