エディタのコンテンツとスタイルを初期化します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Sub Initialize( _
   ByVal  As System.Object, _
   ByVal  As System.Collections.IDictionary _
) 
             
        
            
            void Initialize( 
   System.object ,
   System.Collections.IDictionary 
)
             
        
             
        
            パラメータ
- value
 
- エディタに表示するデータ。
 - attrs
 
- エディタの外観と動作をカスタマイズするための辞書。 サポートされるキー:
    
        
            | AcceptEscape | 
            System.Boolean | 
        
        
            | AcceptReturn | 
            System.Boolean | 
        
        
            | AcceptTab | 
            System.Boolean | 
        
        
            | DataType | 
            System.Type | 
        
        
            | Format | 
            System.String | 
        
        
            | HorizontalAlignment | 
            System.Windows.Forms.HorizontalAlignment | 
        
        
            | Margins | 
            System.Windows.Forms.Padding または System.Drawing.Printing.Margins | 
        
        
            | MaxLength | 
            System.Int32 | 
        
        
            | ReadOnly | 
            System.Boolean | 
        
        
            | VerticalAlignment | 
            System.Windows.Forms.VisualStyles.VerticalAlignment | 
        
        
            | WordWrap | 
            System.Boolean | 
        
    
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照