ActiveReports for .NET 18.0J
OnMouseDown メソッド (DefaultControlBehavior)

GrapeCity.ActiveReports.Design.DdrDesigner.Behavior 名前空間 > DefaultControlBehavior クラス : OnMouseDown メソッド
マウスダウン時のメッセージがBehaviorServiceの装飾ウィンドウに入ったときに呼び出されます。
シンタックス
'宣言
 
Public Overrides Function OnMouseDown( _
   ByVal glyph As Glyph, _
   ByVal button As MouseButtons, _
   ByVal mouseLoc As Point _
) As Boolean
public override bool OnMouseDown( 
   Glyph glyph,
   MouseButtons button,
   Point mouseLoc
)

パラメータ

glyph
button
mouseLoc

戻り値の型

メッセージが処理された場合はtrue。それ以外の場合は、false
参照

DefaultControlBehavior クラス
DefaultControlBehavior メンバ