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: virtual Object^ EditValue( ITypeDescriptorContext^ context, IServiceProvider^ provider, Object^ value ) override
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: