When overridden in a derived type, should return the name of the base form type.

Namespace:  C1.C1Preview.Design
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual string GetBaseFormClassNameEx(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object instance
)
Visual Basic
Protected Overridable Function GetBaseFormClassNameEx ( _
	context As ITypeDescriptorContext, _
	provider As IServiceProvider, _
	instance As Object _
) As String

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
The editor context.
provider
Type: System..::..IServiceProvider
The service provider.
instance
Type: System..::..Object
The instance associated with this editor.

Return Value

The base form type name.

See Also