ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / C1IconCollectionEditor 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
    public virtual System.object EditValue( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    context
    provider
    value
    See Also