Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryBrowser Class / BuildCommander Method


In This Topic
    BuildCommander Method (NLibraryBrowser)
    In This Topic
    Builds the library browser commander, by adding command actions
    Syntax
    'Declaration
     
    
    Protected Overridable Sub BuildCommander( _
       ByVal commander As NCommander _
    ) 
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim commander As NCommander
     
    instance.BuildCommander(commander)
    protected virtual void BuildCommander( 
       NCommander commander
    )

    Parameters

    commander
    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