TextEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

NDoc Core

NDoc Documentation

TextEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

Edits the specified object's value using the editor style indicated by GetEditStyle.

public override object EditValue(
   ITypeDescriptorContext context,
   IServiceProvider provider,
   object value
);

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information.
provider
An IServiceProvider that this editor can use to obtain services.
value
The object to edit.

Return Value

The new value of the object.

See Also

TextEditor Class | NDoc.Core Namespace | TextEditor.EditValue Overload List