AtalaImageEditorEditValue Method (ITypeDescriptorContext, IServiceProvider, Object) |
Edits the specified object's value using the editor style indicated by the GetEditStyle method.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override Object EditValue(
ITypeDescriptorContext context,
IServiceProvider provider,
Object value
)
Public Overrides Function EditValue (
context As ITypeDescriptorContext,
provider As IServiceProvider,
value As Object
) As Object
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information. - provider
- Type: SystemIServiceProvider
An IServiceProvider that this editor can use to obtain services. - value
- Type: SystemObject
The object to edit.
Return Value
Type:
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.
Exceptions Exception | Condition |
---|
ArgumentNullException | provider;provider cannot be null |
See Also