FileItemGetEditor Method

Returns an editor of the specified type for this instance of a component.

Definition

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

Parameters

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

Return Value

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

Implements

ICustomTypeDescriptorGetEditor(Type)

See Also