Edits the specified object value using the editor style provided by GetEditorStyle. A service provider is provided so that any required editing services can be obtained.
- context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
- provider
A service provider object through which editing services may be obtained.
- value
An instance of the value being edited.
![]()
The new value of the object. If the value of the object hasn't changed, this should return the same object it was passed.