PowerTools SPREAD for Windows Forms 8.0J
OnScrollMouseDown メソッド


イベントを発生させたオブジェクト
イベント引数
スクロールボタンで発生するMouseDownイベントを処理します。
構文
'Declaration
 
Protected Overridable Sub OnScrollMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
'使用法
 
Dim instance As ElementWithButtons
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnScrollMouseDown(sender, e)
protected virtual void OnScrollMouseDown( 
   object sender,
   MouseEventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト
e
イベント引数
参照

ElementWithButtons クラス
ElementWithButtons メンバ

 

 


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