Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes.Design Namespace / C1ThemeControllerDesigner Class / InitializeNewComponent Method

In This Topic
    InitializeNewComponent Method
    In This Topic
    Initializes a newly created component.
    Syntax
    'Declaration
     
    Public Overrides Sub InitializeNewComponent( _
       ByVal defaultValues As System.Collections.IDictionary _
    ) 
    public override void InitializeNewComponent( 
       System.Collections.IDictionary defaultValues
    )

    Parameters

    defaultValues
    See Also