combit List & Label 29 - .NET Help
combit.Reporting Namespace / DesignerAction Class / MenuHierarchy Property


In This Topic
    MenuHierarchy Property
    In This Topic

    Menu hierarchy of the new menu item. The description is given in the form of "<Level>.<Level>…" whereby "Level" is always the 0-based index of the menu entry. For example, to insert a new entry in the first place in the "Edit" menu, use "1.0" and LLDESADDACTION_MENUITEM_INSERT.

    Syntax
    'Declaration
     
    
    Public Property MenuHierarchy As String
    public string MenuHierarchy {get; set;}
    public:
    property String^ MenuHierarchy {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also