net90_PropertyGridHelpers.UIEditors_ResourcePathEditor_EditValue - dparvin/PropertyGridHelpers GitHub Wiki

ResourcePathEditor.EditValue method

Edits the specified value using a dropdown list of resource base names.

public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, 
    object value)
parameter description
context The editing context, typically provided by the PropertyGrid. May be null.
provider A service provider that can supply an IWindowsFormsEditorService for managing the dropdown UI. May be null.
value The current property value. May be updated by the user’s selection.

Return Value

The edited value, or the original value if editing was canceled or no selection was made.

See Also

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