ArcFM Desktop Developer Guide
MakePopup Method


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
menuItems
boldFirstItem
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