ArcFM Desktop Developer Guide
OnMouseDown Method (BaseTraceTool)


This method is called when a mouse button is pressed down, when this tool is active. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool.
Syntax
'Declaration
 
Public Overridable Sub OnMouseDown( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 
'Usage
 
Dim instance As BaseTraceTool
Dim Button As Integer
Dim Shift As Integer
Dim X As Integer
Dim Y As Integer
 
instance.OnMouseDown(Button, Shift, X, Y)
public virtual void OnMouseDown( 
   int Button,
   int Shift,
   int X,
   int Y
)

Parameters

Button
Shift
X
Y
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BaseTraceTool Class
BaseTraceTool Members

 

 


Send Comment