[]
Edits the value of the specified object.
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Public Overrides Function EditValue(context As ITypeDescriptorContext, provider As IServiceProvider, value As Object) As Object
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that can be used to gain additional context information. |
IServiceProvider | provider | A service provider object through which editing services can be obtained. |
object | value | The object to edit the value of. |
Type | Description |
---|---|
object | The new value of the object. If the value of the object has not changed, this should return the same object it was passed. |