ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.Design Namespace / GridDesigner Class / Initialize Method

In This Topic
    Initialize Method (GridDesigner)
    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
    See Also