ArcFM Engine Developer Guide
AddDockWindowMenuItems Method


Adds to the specified PopupMenuCommand menu item the list of dockable windows that are currently defined. If another menu item is currently defined as holding the list, the items will first be deleted from that menu item.
Syntax
'Declaration
 
Public Sub AddDockWindowMenuItems( _
   ByVal menuKey As String _
) 
'Usage
 
Dim instance As CommandManager
Dim menuKey As String
 
instance.AddDockWindowMenuItems(menuKey)
public void AddDockWindowMenuItems( 
   string menuKey
)

Parameters

menuKey
The key for the popup menu where the menu items are to be added.
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