ArcFM Engine Developer Guide
AddMdiWindowMenuItems(String) Method


Adds to the specified PopupMenuCommand menu item the list of MDI 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 Overloads Sub AddMdiWindowMenuItems( _
   ByVal menuKey As String _
) 
'Usage
 
Dim instance As CommandManager
Dim menuKey As String
 
instance.AddMdiWindowMenuItems(menuKey)
public void AddMdiWindowMenuItems( 
   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
Overload List

 

 


Send Comment