Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNavigationBar Class / CreateShowHidePaneMenuItem Method


In This Topic
    CreateShowHidePaneMenuItem Method
    In This Topic
    Creates a menu item that should be placed in the "Add/Remove" root menu item, and that represents the specified pane.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateShowHidePaneMenuItem( _
       ByVal pane As NNavigationBarPane _
    ) As NMenuItem
    'Usage
     
    
    Dim instance As NNavigationBar
    Dim pane As NNavigationBarPane
    Dim value As NMenuItem
     
    value = instance.CreateShowHidePaneMenuItem(pane)
    protected virtual NMenuItem CreateShowHidePaneMenuItem( 
       NNavigationBarPane pane
    )

    Parameters

    pane
    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