Edits the value of the specified object using the editor style provided by the UrlEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext) method.
- context
An System.ComponentModel.ITypeDescriptorContext object 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 method should return the same object it was passed.