True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / DropDownFormClassNameEditor Class / EditValue Method / EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method

In This Topic
    EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Function EditValue( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal provider As System.IServiceProvider, _
       ByVal value As System.Object _
    ) As System.Object
    public override System.object EditValue( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    context
    provider
    value
    See Also