PagePorter Class Library

FpHitCounterResetTypeEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

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

[Visual Basic]
Overrides Overloads Public Function EditValue( _
   ByVal context As ITypeDescriptorContext, _
   ByVal serviceProvider As IServiceProvider, _
   ByVal value As Object _
) As Object
[C#]
public override object EditValue(
   ITypeDescriptorContext context,
   IServiceProvider serviceProvider,
   object value
);

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information.
serviceProvider
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

FpHitCounterResetTypeEditor Class | Parastream.Web.UI.Design Namespace | FpHitCounterResetTypeEditor.EditValue Overload List