Click or drag to resize
Sandcastle Help File BuilderFlagsEnumEditorEditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
This is overridden to edit the value using a checked list box control as the drop-down editor.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override Object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The descriptor context
provider
Type: SystemIServiceProvider
The provider
value
Type: SystemObject
The enumerated type object to edit

Return Value

Type: Object
The edited enumerated type object
See Also