EditValue Method

Summary

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

Syntax
C#
VB
C++
public override object EditValue( 
   ITypeDescriptorContext context, 
   IServiceProvider provider, 
   object value 
) 
Public Overloads Overrides Function EditValue( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal provider As IServiceProvider, _ 
   ByVal value As Object _ 
) As Object 
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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly