GetEditor(Type)

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object GetEditor(
	Type editorBaseType
)
Visual Basic
Public Function GetEditor ( _
	editorBaseType As Type _
) As Object
JScript
public final function GetEditor(
	editorBaseType : Type
) : Object

Parameters

editorBaseType
Type: System..::..Type

Implements

ICustomTypeDescriptor..::..GetEditor(Type)

See Also