System.Web.UI.Design.UrlEditor.EditValue Method

Edits the value of the specified object using the editor style provided by the UrlEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext) method.

Syntax

public override object EditValue (System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider, object value)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext object that can be used to gain additional context information.
provider
A service provider object through which editing services may be obtained.
value
An instance of the value being edited.

Returns

The new value of the object. If the value of the object hasn't changed, this method should return the same object it was passed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0