ArcFM Solution Developer Guide
OnMouseDown Method (MapTool)


Syntax
'Declaration
 
Public Overrides Sub OnMouseDown( _
   ByVal button As System.Integer, _
   ByVal shift As System.Integer, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) 
'Usage
 
Dim instance As MapTool
Dim button As System.Integer
Dim shift As System.Integer
Dim x As System.Integer
Dim y As System.Integer
 
instance.OnMouseDown(button, shift, x, y)
public override void OnMouseDown( 
   System.int button,
   System.int shift,
   System.int x,
   System.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

MapTool Class
MapTool Members

 

 


Send Comment