UniValue GetEditor Method Nemiro.OAuth
Returns an editor of the specified type for this instance of a component.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public Object GetEditor(
	Type editorBaseType
)

Parameters

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

Return Value

Type: Object

Implements

ICustomTypeDescriptor GetEditor(Type)
See Also