現在のカーソル位置に画像を挿入します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub InsertImageAtSelection( _
   ByVal  As System.Drawing.Image, _
   Optional ByVal  As System.String _
) 
             
        
            
            public void InsertImageAtSelection( 
   System.Drawing.Image ,
   System.string 
)
             
        
             
        
            パラメータ
- img
 
- 挿入する画像。
 - altText
 
- 画像の代替テキスト。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照