API Help
Eplan.EplApi.Gui Namespace / ContextMenuLocation Class / DialogName Property

In This Topic
    DialogName Property
    In This Topic
    Get or Set the Dialog Name the Context menu is located in
    Syntax
    public string DialogName {get; set;}
    public:
    property String^ DialogName {
       String^ get();
       void set (    String^ value);
    }
    See Also