InsertPopup Method
Object List Next Object
Defined By: Menu
Description:
Puts a Popup Menu into a menu.
Declaration:
Function InsertPopupMenu(ByVal menu As Object,ByVal caption As String, ByVal pos As Integer)As Integer
Details:
Menu is the PopupMenu object you want to insert. The PopUpMenu's Caption is what will appear on the Menu receiving the PopupMenu. Position is the location of the PopupMenu in the receiving Menu.
See Also:
InsertItem method