Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramMainMenuBuilder Class / BuildMainMenu Method


In This Topic
    BuildMainMenu Method
    In This Topic
    Builds the main menu
    Syntax
    'Declaration
     
    
    Public Overridable Function BuildMainMenu() As NMenuBar
    'Usage
     
    
    Dim instance As NDiagramMainMenuBuilder
    Dim value As NMenuBar
     
    value = instance.BuildMainMenu()
    public virtual NMenuBar BuildMainMenu()

    Return Value

    new menu bar
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also