Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovWidgetEditor Class / EditValue Method / EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
The widget to edit.


In This Topic
    EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
    In This Topic
    Edits the widget.
    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
    'Usage
     
    
    Dim instance As NNovWidgetEditor
    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 override System.object EditValue( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    context
    provider
    value
    The widget to edit.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also