ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Designers.ToC Namespace / TocDesigner Class / Initialize Method
The component.

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

    Parameters

    component
    The component.
    See Also