adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / IConsoleToolDefinition Interface / MenuName Property


In This Topic
    MenuName Property
    In This Topic
    The name of the menu item for this tool.
    Syntax
    'Declaration
     
    
    ReadOnly Property MenuName As String
    string MenuName {get;}
    property String^ MenuName {
       String^ get();
    }
    Remarks
    If no MenuName is specified, the tool will not appear on the menu. The command will appear on the Tools menu unless a ParentMenuName is specified
    See Also