RegexTypeEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
.NET Framework (current version)
Edits the value of the given regular expression object using the given service provider and context.
Assembly: System.Design (in System.Design.dll)
public override object EditValue( ITypeDescriptorContext context, IServiceProvider provider, object value )
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that can provide additional context information.
- provider
-
Type:
System.IServiceProvider
A service provider.
- value
-
Type:
System.Object
The regular expression object whose value is to be edited.
Return Value
Type: System.ObjectThe new value of the object. If the value of the object hasn't changed, this method returns the same object it received.
.NET Framework
Available since 1.1
Available since 1.1
Show: