ArcFM Desktop Developer Guide
ShowPopup(String,Point) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The location where the context menu should be displayed.
Displays a popup menu as a context menu.
Syntax
'Declaration
 
Public Overloads Sub ShowPopup( _
   ByVal menuKey As String, _
   ByVal screenPoint As Point _
) 
'Usage
 
Dim instance As CommandManager
Dim menuKey As String
Dim screenPoint As Point
 
instance.ShowPopup(menuKey, screenPoint)
public void ShowPopup( 
   string menuKey,
   Point screenPoint
)

Parameters

menuKey
The unique name of the context menu.
screenPoint
The location where the context menu should be displayed.
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

CommandManager Class
CommandManager Members
Overload List

 

 


Send Comment