GrapeCity SPREAD for Windows Forms 11.0J
OnScrollDoubleClick メソッド


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

パラメータ

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

ElementWithButtons クラス
ElementWithButtons メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.