[]
        
(Showing Draft Content)

C1.Win.RulesManager.Design.C1RulesManagerDesigner.Initialize

Initialize Method

Initialize(IComponent)

Initializes the designer with the specified component.

Declaration
public override void Initialize(IComponent component)
Parameters
Type Name Description
IComponent component

The System.ComponentModel.IComponent to associate the designer with. This component must always be an instance of C1RulesManager.

Overrides