API Help
Eplan.EplApi.Gui Namespace / ContextMenuLocation Class / ContextMenuLocation Constructor / ContextMenuLocation Constructor(String,String)
This is the identifier of the dialog where the context menu is in.
This is the identifier of the context menu.

In This Topic
    ContextMenuLocation Constructor(String,String)
    In This Topic
    Creates a new object.
    Syntax
    public ContextMenuLocation( 
       string strDialogName,
       string strContextMenuName
    )
    public:
    ContextMenuLocation( 
       String^ strDialogName,
       String^ strContextMenuName
    )

    Parameters

    strDialogName
    This is the identifier of the dialog where the context menu is in.
    strContextMenuName
    This is the identifier of the context menu.
    See Also