Edits the value of the specified object by using the specified service provider and context.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- context (ITypeDescriptorContext)
An ITypeDescriptorContext object that provides additional context information.
- provider (IServiceProvider)
A service provider object that provides editing services.
- value (Object)
The object whose value will be edited.
Return Value
Return Value
The new value of the object.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)