Intersoft WebCombo Documentation
EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > FieldTypeEditor Class > EditValue Method : EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method






context
provider
value

This is an override from UITypeEditor. The property grid will call this when it wants to display the editor for the given value.

This is an override from UITypeEditor. The property grid will call this when it wants to display the editor for the given value.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function EditValue( _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceProvider, _
   ByVal value As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As FieldTypeEditor
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
)
Delphi 
public function EditValue( 
    context: ITypeDescriptorContext;
    provider: IServiceProvider;
    value: TObject
): TObject; override; 
JScript 
public override function EditValue( 
   context : ITypeDescriptorContext,
   provider : IServiceProvider,
   value : Object
) : Object;
Managed Extensions for C++ 
public: Object* EditValue( 
   ITypeDescriptorContext* context,
   IServiceProvider* provider,
   Object* value
) override 
C++/CLI 
public:
Object^ EditValue( 
   ITypeDescriptorContext^ context,
   IServiceProvider^ provider,
   Object^ value
) override 

Parameters

context
provider
value

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.