DataControlFieldTypeEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
.NET Framework (current version)
Edits the specified value, using the specified ITypeDescriptorContext and IServiceProvider objects.
Assembly: System.Design (in System.Design.dll)
Public Overrides Function EditValue ( context As ITypeDescriptorContext, provider As IServiceProvider, value As Object ) As Object
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
The ITypeDescriptorContext that indicates the context of the object being edited.
- provider
-
Type:
System.IServiceProvider
The IServiceProvider containing a reference to the associated designer.
- value
-
Type:
System.Object
The object to edit.
.NET Framework
Available since 2.0
Available since 2.0
Show: