net472_PropertyGridHelpers.UIEditors_DropDownVisualizer 1_EditValue - dparvin/PropertyGridHelpers GitHub Wiki

DropDownVisualizer<TControl>.EditValue method

Displays the editor control in a dropdown and returns the updated value after editing completes.

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.

Return Value

The edited value as returned by the control, or the original value if editing is canceled or fails.

See Also

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