FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Design Namespace / SearchPanelDesigner Class / Initialize Method
Component associated with the designer.

In This Topic
    Initialize Method (SearchPanelDesigner)
    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
    Component associated with the designer.
    See Also