Edits the specified object using the editor style provided by the
GetEditStyle method.
Syntax
Parameters
- context
- An 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.
Return Value
The new value of the object. If the value of the object hasn't changed, this should return the same object it was passed.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also