ArcFM Solution Developer Guide
OnContextMenu Method


Syntax
'Declaration
 
Public Overridable Function OnContextMenu( _
   ByVal X As System.Integer, _
   ByVal Y As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As MapTool
Dim X As System.Integer
Dim Y As System.Integer
Dim value As System.Boolean
 
value = instance.OnContextMenu(X, Y)
public virtual System.bool OnContextMenu( 
   System.int X,
   System.int Y
)

Parameters

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