Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
See Also 
Leadtools.Dicom.Common.Editing.UI Namespace > SequenceEditor Class > EditValue Method : EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method



context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider
An System.IServiceProvider that this editor can use to obtain services.
value
The object to edit.
context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider
An System.IServiceProvider that this editor can use to obtain services.
value
The object to edit.
Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle method.

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public Function EditValue( _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceProvider, _
   ByVal value As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As SequenceEditor
Dim context As ITypeDescriptorContext
Dim provider As IServiceProvider
Dim value As Object
Dim value As Object
 
value = instance.EditValue(context, provider, value)
C# 
public override object EditValue( 
   ITypeDescriptorContext context,
   IServiceProvider provider,
   object value
)
C++/CLI 
public:
Object^ EditValue( 
   ITypeDescriptorContext^ context,
   IServiceProvider^ provider,
   Object^ value
) override 

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider
An System.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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features