ComponentOne SuperTooltip for WinForms
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 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