net472_PropertyGridHelpers.UIEditors_ModalVisualizer 1_EditValue - dparvin/PropertyGridHelpers GitHub Wiki

ModalVisualizer<TForm>.EditValue method

Displays the modal editor form to allow the user to edit the property value.

public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, 
    object value)
parameter description
context An optional type descriptor context for additional information.
provider A service provider for editor services.
value The current value of the property to edit.

Return Value

The edited value returned from the modal form if the user confirms the edit; otherwise, returns the original value.

See Also

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