Click or drag to resize
Sandcastle Help File BuilderFilePathObjectEditorEditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
This is overridden to edit the value using a file dialog.

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 file path as an object

Return Value

Type: Object
The selected file path as an object
See Also