Initializes the designer with the specified component.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overrides Sub Initialize( _
   ByVal  As System.ComponentModel.IComponent _
) 
             
        
            
            '使用法
 
Dim instance As C1MultiDocumentDesigner
Dim component As System.ComponentModel.IComponent
 
instance.Initialize(component)
             
        
            
            public override void Initialize( 
   System.ComponentModel.IComponent 
)
             
        
             
        
            パラメータ
- component
 
- The System.ComponentModel.IComponent to associate the designer with. This component must always be an instance of, or derive from, C1.C1Preview.C1PrintDocument.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照