'Declaration
Public Function GetEditor( _ ByVal editorBaseType As System.Type _ ) As System.Object
'Usage
Dim instance As PSWrapper Dim editorBaseType As System.Type Dim value As System.Object value = instance.GetEditor(editorBaseType)
public System.object GetEditor( System.Type editorBaseType )
Parameters
- editorBaseType
Return Value
TypeDescriptor.GetEditor(this, editorBaseType, true)