'Declaration
Public Overridable Function GetEditor( _ ByVal editorBaseType As System.Type _ ) As System.Object
'Usage
Dim instance As PropertyValueDescriptor Dim editorBaseType As System.Type Dim value As System.Object value = instance.GetEditor(editorBaseType)
public virtual System.object GetEditor( System.Type editorBaseType )
Parameters
- editorBaseType