TreeViewBindingsEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)

 
Use BaseTrue

Edits the value of the specified object using the specified service provider and context.

Namespace:   System.Web.UI.Design.WebControls
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
Return to top
Show: