[]
When overridden in a derived type, should return the name of the base form type.
protected virtual string GetBaseFormClassNameEx(ITypeDescriptorContext context, IServiceProvider provider, object instance)
Protected Overridable Function GetBaseFormClassNameEx(context As ITypeDescriptorContext, provider As IServiceProvider, instance As Object) As String
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | The editor context. |
| IServiceProvider | provider | The service provider. |
| object | instance | The instance associated with this editor. |
| Type | Description |
|---|---|
| string | The base form type name. |