Click or drag to resize
Sandcastle Help File BuilderFileItemGetEditor Method
Returns an editor of the specified type for this instance of a component.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public Object GetEditor(
	Type editorBaseType
)

Parameters

editorBaseType
Type: SystemType
A Type that represents the editor for this object.

Return Value

Type: Object
An Object of the specified type that is the editor for this object, or null if the editor cannot be found.

Implements

ICustomTypeDescriptorGetEditor(Type)
See Also