Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
Object ICustomTypeDescriptor.GetEditor(
	Type editorBaseType
)
Visual Basic
Private Function GetEditor ( _
	editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor

Parameters

editorBaseType
Type: System..::..Type

Implements

ICustomTypeDescriptor..::..GetEditor(Type)

See Also