TreeView for WinForms
C1TreeViewColumnMouseEventArgs コンストラクタ

C1.Win.TreeView.4.5.2 アセンブリ > C1.Win.TreeView 名前空間 > C1TreeViewColumnMouseEventArgs クラス : C1TreeViewColumnMouseEventArgs コンストラクタ
マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
マウスのボタンが押された回数。
マウスクリックの x 座標(ピクセル単位)。
マウスクリックの y 座標(ピクセル単位)。
ホイールが回転されたデテント数の符号付きの値。
TreeView コントロールのツリー列インデックス。
C1TreeViewColumnMouseEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal button As System.Windows.Forms.MouseButtons, _
   ByVal clicks As System.Integer, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal delta As System.Integer, _
   ByVal columnIndex As System.Integer _
)
public C1TreeViewColumnMouseEventArgs( 
   System.Windows.Forms.MouseButtons button,
   System.int clicks,
   System.int x,
   System.int y,
   System.int delta,
   System.int columnIndex
)

パラメータ

button
マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
clicks
マウスのボタンが押された回数。
x
マウスクリックの x 座標(ピクセル単位)。
y
マウスクリックの y 座標(ピクセル単位)。
delta
ホイールが回転されたデテント数の符号付きの値。
columnIndex
TreeView コントロールのツリー列インデックス。
参照

C1TreeViewColumnMouseEventArgs クラス
C1TreeViewColumnMouseEventArgs メンバ