PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Design Namespace / DropDownFormClassNameEditor Class / EditValue Method / EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
The editor context.
The service provider.
The value to edit.

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

    Parameters

    context
    The editor context.
    provider
    The service provider.
    value
    The value to edit.
    See Also