net472_PropertyGridHelpers.UIEditors_DropDownVisualizer 1_EditValue - dparvin/PropertyGridHelpers GitHub Wiki
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. |
The edited value as returned by the control, or the original value if editing is canceled or fails.
- class DropDownVisualizer<TControl>
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers