EditValue Method

Summary
Edits the specified object's value using the editor style indicated by the GetEditStyle method.
Syntax
C#
C++/CLI
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.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.