InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / DTE Structure / Initialize Method

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

    Parameters

    componentDesigner
    dte
    See Also