'Declaration Protected Overridable Function GetBaseFormClassNameEx( _ ByVal context As ITypeDescriptorContext, _ ByVal provider As IServiceProvider, _ ByVal instance As Object _ ) As String
protected virtual string GetBaseFormClassNameEx( ITypeDescriptorContext context, IServiceProvider provider, object instance )
Parameters
- context
- The editor context.
- provider
- The service provider.
- instance
- The instance associated with this editor.
Return Value
The base form type name.