PowerTools SPREAD for Windows Forms 8.0J
FilterBarEventArgs コンストラクタ


クリックされたフィルタバーセルを含むビュー(Spreadview オブジェクト)。
クリックされたフィルタバーセルの列インデックス。
ポインタ位置のX座標
ポインタ位置のY座標
どのマウスボタンが押されたか
FilterBarClick イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal column As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal button As MouseButtons _
)
'使用法
 
Dim view As SpreadView
Dim column As Integer
Dim x As Integer
Dim y As Integer
Dim button As MouseButtons
 
Dim instance As New FilterBarEventArgs(view, column, x, y, button)
public FilterBarEventArgs( 
   SpreadView view,
   int column,
   int x,
   int y,
   MouseButtons button
)

パラメータ

view
クリックされたフィルタバーセルを含むビュー(Spreadview オブジェクト)。
column
クリックされたフィルタバーセルの列インデックス。
x
ポインタ位置のX座標
y
ポインタ位置のY座標
button
どのマウスボタンが押されたか
参照

FilterBarEventArgs クラス
FilterBarEventArgs メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.