TreeViewBindingsEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)
.NET Framework (current version)
Edits the value of the specified object using the specified service provider and context.
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 type descriptor context.
- provider
-
Type:
System::IServiceProvider^
The service provider.
- value
-
Type:
System::Object^
The value to edit.
Return Value
Type: System::Object^
.NET Framework
Available since 2.0
Available since 2.0
Show: