PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.Design Namespace / DropDownFormClassNameEditor Class / GetBaseFormClassNameEx Method
The editor context.
The service provider.
The instance associated with this editor.

In This Topic
    GetBaseFormClassNameEx Method (DropDownFormClassNameEditor)
    In This Topic
    When overridden in a derived type, should return the name of the base form type.
    Syntax
    '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.
    See Also