ArcFM Engine Developer Guide
OnMouseUp(Int32,Int32,Int32,Int32) Method


Syntax
'Declaration
 
Public Overloads Overrides Sub OnMouseUp( _
   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.OnMouseUp(button, shift, x, y)
public override void OnMouseUp( 
   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
Overload List

 

 


Send Comment