API Help
Eplan.EplApi.Gui Namespace / ContextMenu Class / GetMenuItemCount Method
This is the identifier of the context menu

In This Topic
    GetMenuItemCount Method
    In This Topic
    Get the count of added menu items of a context menu.
    Syntax
    public uint GetMenuItemCount( 
       ContextMenuLocation contextMenuLocation
    )
    public:
    uint GetMenuItemCount( 
       ContextMenuLocation^ contextMenuLocation
    ) 

    Parameters

    contextMenuLocation
    This is the identifier of the context menu

    Return Value

    the count of the menu items.
    See Also