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


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

パラメータ

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

ElementWithButtons クラス
ElementWithButtons メンバ

 

 


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