Click or drag to resize
Sandcastle Help File BuilderFilePathStringEditorGetEditStyle Method (ITypeDescriptorContext)
This is overridden to specify the editor's edit style

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The descriptor context

Return Value

Type: UITypeEditorEditStyle
Always returns Modal as long as there is a context and an instance. Otherwise, it returns None.
See Also