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

    Parameter NameDescription
    strDialogNameThis is the identifier of the dialog where the context menu is in.
    strContextMenuNameThis is the identifier of the context menu.
    See Also