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] Overloads Public Function EditValue( _ ByVal provider As IServiceObjectProvider, _ ByVal value As Object _ ) As Object [C#] public object EditValue( IServiceObjectProvider provider, object value ); [C++] public: Object* EditValue( IServiceObjectProvider* provider, Object* value ); [JScript] public function EditValue( 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.
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace | UITypeEditor.EditValue Overload List