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


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

パラメータ

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

ElementWithButtons クラス
ElementWithButtons メンバ

 

 


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