Given a PopMenu element ID and MenuGroup, finds the corresponding WorkspacePopMenu.
Returns the workspace pop menu associated with the given pop menu.
Public Function FindWorkspacePopMenu( popMenuElementId As string, MenuGroup As string ) As WorkspacePopMenu
public WorkspacePopMenu FindWorkspacePopMenu( string popMenuElementId, string MenuGroup );
|
Parameters |
Description |
|
string popMenuElementId |
Input the pop menu to be found. |
|
string MenuGroup |
Input the menu group of given pop menu. |
| Comments? |