API Help
Eplan.EplApi.Gui Namespace / ContextMenu Class / GetMenuItem Method
This is the identifier of the context menu
the zero based index of the menu item.
The name of the menu returned.
The name of the action returned.
returnes true when this menu item is a separator.

In This Topic
    GetMenuItem Method
    In This Topic
    Get the menu item of a context menu from the index.
    Syntax

    Parameters

    contextMenuLocation
    This is the identifier of the context menu
    nIndex
    the zero based index of the menu item.
    strMenuName
    The name of the menu returned.
    strActionName
    The name of the action returned.
    bIsSeparator
    returnes true when this menu item is a separator.

    Return Value

    true when an item was found for this index.
    See Also