System.Windows.Forms.Design.AnchorEditor.EditValue Method

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

Syntax

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

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider
An IServiceProvider 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 should return the same object it was passed.

Remarks

A service provider is provided so that any required editing services can be obtained.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0