DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Design Namespace / C1DataFilterDesigner Class / Initialize Method
The System.ComponentModel.IComponent to associate the designer with. This component must always be an instance of C1.Win.DataFilter.C1DataFilter.

In This Topic
    Initialize Method (C1DataFilterDesigner)
    In This Topic
    Initializes the designer with the specified component.
    Syntax
    'Declaration
     
    Public Overrides Sub Initialize( _
       ByVal component As IComponent _
    ) 
    public override void Initialize( 
       IComponent component
    )

    Parameters

    component
    The System.ComponentModel.IComponent to associate the designer with. This component must always be an instance of C1.Win.DataFilter.C1DataFilter.
    See Also