Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NEmptyTypeEditor Class / EditValue Method / EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method


In This Topic
    EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function EditValue( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal provider As System.IServiceProvider, _
       ByVal value As System.Object _
    ) As System.Object
    'Usage
     
    
    Dim instance As NEmptyTypeEditor
    Dim context As System.ComponentModel.ITypeDescriptorContext
    Dim provider As System.IServiceProvider
    Dim value As System.Object
    Dim value As System.Object
     
    value = instance.EditValue(context, provider, value)
    public virtual System.object EditValue( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    context
    provider
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also