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


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

パラメータ

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

ElementWithButtons クラス
ElementWithButtons メンバ

 

 


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