EditValue Method (original) (raw)

Summary

Edits the specified object's value using the editor style indicated by the GetEditStyle method.

Syntax

public override object EditValue( ITypeDescriptorContext _context_, IServiceProvider _provider_, object _value_ )

public: Object^ EditValue( ITypeDescriptorContext^ _context_, IServiceProvider^ _provider_, Object^ _value_ ) override

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information.

provider
An IServiceProvider that this editor can use to obtain services.

value
The object to edit.

Return Value

The new value of the object. If the value of the object has not changed, this should return the same object it was passed.

Leadtools.Dicom.Common Assembly