Eplan Platform API
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

    Parameter NameDescription
    contextMenuLocationThis is the identifier of the context menu
    nIndexthe zero based index of the menu item.
    strMenuNameThe name of the menu returned.
    strActionNameThe name of the action returned.
    bIsSeparatorreturnes true when this menu item is a separator.

    Return Value

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