Edits the specified object using the editor style provided by the FileNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext) method.
- 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.