[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.FlagEnumUiEditor.EditValue

EditValue Method

EditValue(ITypeDescriptorContext, IServiceProvider, object)

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

Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that can be used to gain additional context information.

IServiceProvider provider

An IServiceProvider that this editor can use to obtain services.

object value

The object to edit.

Returns
Type Description
object

The new value of the object. If the value of the object has not changed, this should return the same object it was passed.

Overrides