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


In This Topic
    MenuText Property (DesignerAction)
    In This Topic

    Menu text without a keyboard shortcut (this will be added automatically). You can however, use the "&" symbol to allocate the shortcuts for menu navigation. Use "." as a hierarchy separator to create submenu items. For example, in order to create a Menu "Draft" with a sub-point "Invoices", use "Draft.Invoices" as a menu text.

    Syntax
    'Declaration
     
    
    Public Property MenuText As String
    public string MenuText {get; set;}
    public:
    property String^ MenuText {
       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