ArcFM Engine Developer Guide
MakePopup Method


Indicates if the first menu item (showing) should be made bold.
Constructs a temporary popup menu from control style information.
Syntax
'Declaration
 
Public Function MakePopup( _
   ByVal menuKey As String, _
   ByVal menuItems() As String, _
   ByVal boldFirstItem As Boolean _
) As PopupMenuCommand
'Usage
 
Dim instance As CommandManager
Dim menuKey As String
Dim menuItems() As String
Dim boldFirstItem As Boolean
Dim value As PopupMenuCommand
 
value = instance.MakePopup(menuKey, menuItems, boldFirstItem)
public PopupMenuCommand MakePopup( 
   string menuKey,
   string[] menuItems,
   bool boldFirstItem
)

Parameters

menuKey
The unique name of the context menu.
menuItems
The list of keys for the menu items on the context menu/
boldFirstItem
Indicates if the first menu item (showing) should be made bold.

Return Value

The constructed popup menu.
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

 

 


Send Comment