Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Design Namespace / DTE Structure / Initialize Method / Initialize(ComponentDesigner,DTE) Method

In This Topic
    Initialize(ComponentDesigner,DTE) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Initialize( _
       ByVal componentDesigner As System.ComponentModel.Design.ComponentDesigner, _
       ByRef dte As DTE _
    ) As System.Boolean
    public static System.bool Initialize( 
       System.ComponentModel.Design.ComponentDesigner componentDesigner,
       ref DTE dte
    )

    Parameters

    componentDesigner
    dte
    See Also