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


In This Topic
    ParentMenuName Property
    In This Topic
    The name of the parent menu that this tool's menu item should appear on.
    Syntax
    'Declaration
     
    
    ReadOnly Property ParentMenuName As String
    string ParentMenuName {get;}
    property String^ ParentMenuName {
       String^ get();
    }
    Remarks
    Return a null reference (Nothing in Visual Basic) or an empty string to add this item directly to the Tools menu. To add it under a menu item created by another custom tool, return that tool's MenuName
    See Also