net472_PropertyGridHelpers.UIEditors_ModalVisualizer 1_EditValue - dparvin/PropertyGridHelpers GitHub Wiki
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. |
The edited value returned from the modal form if the user confirms the edit; otherwise, returns the original value.
- class ModalVisualizer<TForm>
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers