Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NToolBarBuilder Class / AddItems Method


In This Topic
    AddItems Method (NToolBarBuilder)
    In This Topic
    Adds items to the given command bar items collection.
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub AddItems( _
       ByVal items As NCommandBarItemCollection _
    ) 
    'Usage
     
    
    Dim instance As NToolBarBuilder
    Dim items As NCommandBarItemCollection
     
    instance.AddItems(items)
    protected abstract void AddItems( 
       NCommandBarItemCollection items
    )

    Parameters

    items
    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