シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Windows.Forms.MouseButtons, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal columnIndex As System.Integer _
)
             
        
            
            public C1TreeViewColumnMouseEventArgs( 
   System.Windows.Forms.MouseButtons ,
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   System.int columnIndex
)
             
        
             
        
            パラメータ
- button
 
- マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
 - clicks
 
- マウスのボタンが押された回数。
 - x
 
- マウスクリックの x 座標(ピクセル単位)。
 - y
 
- マウスクリックの y 座標(ピクセル単位)。
 - delta
 
- ホイールが回転されたデテント数の符号付きの値。
 - columnIndex
 
- TreeView コントロールのツリー列インデックス。
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照