'Declaration Public Function GetEditor( _ ByVal editorBaseType As Type _ ) As Object
public object GetEditor( Type editorBaseType )
Parameters
- editorBaseType
- The base type to check.
Return Value
An System.Object of the specified type that is the editor for this object, or null if the editor cannot be found.