System.Windows.Forms.Design.ImageListImageEditor.EditValue Method

Edits the specified object value using the edit style provided by the System.Drawing.Design.ImageEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext) method.

Syntax

public override object EditValue (System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider, object value)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider
An IServiceProvider through which editing services can be obtained.
value
An object being edited.

Returns

An object representing the new value. If the value of the object has not changed, the ImageListImageEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, IServiceProvider, object) method returns the object that was passed to it.

Remarks

This editor uses a service provider to obtain any necessary editing services.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0