Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NDiagramFileMenuBuilder Class / CreateImportMenuItem Method


In This Topic
    CreateImportMenuItem Method
    In This Topic
    Creates the "Import" menu item of the diagram command bars "File" menu and its submenu items.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateImportMenuItem() As NMenuItem
    'Usage
     
    
    Dim instance As NDiagramFileMenuBuilder
    Dim value As NMenuItem
     
    value = instance.CreateImportMenuItem()
    protected virtual NMenuItem CreateImportMenuItem()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also