[]
        
(Showing Draft Content)

C1.C1Preview.Design.C1PrintDocumentDesigner.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 IComponent to associate the designer with. This component must always be an instance of, or derive from, C1PrintDocument.

Overrides