Edits the given object value using the editor style provided by GetEditorStyle. A service provider is provided so that any required editing services can be obtained.
[Visual Basic] Overrides Public Function EditValue( _ ByVal context As ITypeDescriptorContext, _ ByVal provider As IServiceObjectProvider, _ ByVal value As Object _ ) As Object [C#] public override object EditValue( ITypeDescriptorContext context, IServiceObjectProvider provider, object value ); [C++] public: override Object* EditValue( ITypeDescriptorContext* context, IServiceObjectProvider* provider, Object* value ); [JScript] public override function EditValue( context : ITypeDescriptorContext, provider : IServiceObjectProvider, value : Object ) : Object;
The new value of the object. If the value of the object hasn't changed, this should return the same object it was passed.
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace