ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Util.Toolbox Namespace / LegacyItem Class / CreateComponents Method / CreateComponents(IDesignerHost,IDictionary) Method

In This Topic
    CreateComponents(IDesignerHost,IDictionary) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CreateComponents( _
       ByVal host As System.ComponentModel.Design.IDesignerHost, _
       ByVal defaultValues As System.Collections.IDictionary _
    ) As System.ComponentModel.IComponent()
    public System.ComponentModel.IComponent[] CreateComponents( 
       System.ComponentModel.Design.IDesignerHost host,
       System.Collections.IDictionary defaultValues
    )

    Parameters

    host
    defaultValues
    See Also