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 Overrides Function EditValue (
	context As ITypeDescriptorContext,
	provider As IServiceProvider,
	value As Object
) As Object

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: