ArcFM Desktop Developer Guide
OnContextMenu Method (BaseTraceTool)


This method is called when the context menu event is raised at the given location. Inherited from Esri.ArcGIS.ADF.BaseClasses.BaseTool.
Syntax
'Declaration
 
Public Overridable Function OnContextMenu( _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Boolean
'Usage
 
Dim instance As BaseTraceTool
Dim X As Integer
Dim Y As Integer
Dim value As Boolean
 
value = instance.OnContextMenu(X, Y)
public virtual bool OnContextMenu( 
   int X,
   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

BaseTraceTool Class
BaseTraceTool Members

 

 


Send Comment