PowerTools SPREAD for Windows Forms 8.0J
OnMouseDown メソッド (SideButtonBase)


イベントソースを示すSystem.Object
イベントデータを含むSystem.Windows.Forms.MouseEventArgsオブジェクト。
MouseDown イベントを発生させます。
構文
'Declaration
 
Protected Overridable Sub OnMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
'使用法
 
Dim instance As SideButtonBase
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnMouseDown(sender, e)
protected virtual void OnMouseDown( 
   object sender,
   MouseEventArgs e
)

パラメータ

sender
イベントソースを示すSystem.Object
e
イベントデータを含むSystem.Windows.Forms.MouseEventArgsオブジェクト。
参照

SideButtonBase クラス
SideButtonBase メンバ

 

 


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