NetXP 3.0 Reference

FlagsEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

Overrides the method used to provide basic behavior for selecting editor. Shows our custom control for editing the value.

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

Parameters

context
The context of the editing control
provider
A valid service provider
value
The current value of the object to edit

Return Value

The new value of the object

See Also

FlagsEditor Class | NETXP.Components Namespace | FlagsEditor.EditValue Overload List