ArcFM Engine Developer Guide
OnContextMenu Method (MMQAQCTopLevelClass)


Syntax
'Declaration
 
Public Overridable Function OnContextMenu( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Boolean
'Usage
 
Dim instance As MMQAQCTopLevelClass
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

MMQAQCTopLevelClass Class
MMQAQCTopLevelClass Members

 

 


Send Comment