DataGridColumnCollectionEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)
.NET Framework (current version)
Edits the specified value using the specified context descriptor and service provider.
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 object indicating the context of the object being edited.
- provider
-
Type:
System::IServiceProvider^
The IServiceProvider object containing a reference to the associated designer.
- value
-
Type:
System::Object^
The object to edit.
.NET Framework
Available since 1.1
Available since 1.1
Show: