ArcFM Desktop Developer Guide
OnContextMenu Method (BaseGasTraceTool)


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 BaseGasTraceTool
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

BaseGasTraceTool Class
BaseGasTraceTool Members

 

 


Send Comment