ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Design Namespace / C1RulesManagerDesigner Class / Initialize Method
The component for this designer.

In This Topic
    Initialize Method (C1RulesManagerDesigner)
    In This Topic
    Prepares the designer to view, edit, and design the specified component.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Initialize( _
       ByVal component As IComponent _
    ) 
    public override void Initialize( 
       IComponent component
    )

    Parameters

    component
    The component for this designer.
    See Also